49

God bless Postman.

Comments
  • 5
    Loving postman desktop app, great for instant API test
  • 1
    Yeah I love it too!
    I deeply hate making an API usong Laravel, thogh.
    Someone kill me please
  • 1
    Postman collections are the best to share already tested endpoints. You can document the workings of all your endpoints easily.
  • 2
    I'm a big fan of Paw if your on a mac
  • 0
    If you use an editor from JetBrains, it has something already built-in. The nice part is that you can share the configs via git with the other colleagues.
  • 0
    @jstaiyou could you share why you hate it?
  • 2
    Yes! I LOVE Postman. First sticker I put on my new laptop recently was a Postman sticker. 😁 I just love playing with APIs. I get true joy from it.
  • 2
    it is nice on Windows, and Linux, but fucking hate on macOS it is slow, RAM eater :S
    Though I wish Paw was a cross platform one (https://paw.cloud/)
  • 1
    @JoshBent maybe because I'm an imbecile who hasn't spent enough time learning how to use it.
    What I'm doing is:
    - Migration file creation (db model detailed here)
    - Model file creation (it feels pretty redundant in relation with the above step)
    - Controller creation
    - Route declaration.
    It fucking feels like I have to do a lot of shit to get the same result I would while using Django, but Django automatically creates the db structure out of the model class
Add Comment