Live data from Hacker News

Show HN: I created Postwoman, an online, open-source API request builder

indiehackers.com

31–40 of 110 posts

Re: Show HN: I created Postwoman, an online, open-source API request builder

#31
post #20

I'm just a user of this, but if anyone is looking for a truly native MacOS version of Postman, you should take a look at Paw. https://paw.cloud/

Using this for years already and the developer is very responsive if there are bugs. Can highly recommend it.

Re: Show HN: I created Postwoman, an online, open-source API request builder

#33
Since it was added, my favourite way to do API requests is IntelliJ Http client

https://www.jetbrains.com/help/idea/http-client-in-product-c...

You just write the requests. That's it. Not much of an interface or anything.

It also supports creating requests from a cURL command (so in Chromium devtools you can copy the cURL request and then paste it in IntelliJ).

Re: Show HN: I created Postwoman, an online, open-source API request builder

#37
post #20

I'm just a user of this, but if anyone is looking for a truly native MacOS version of Postman, you should take a look at Paw. https://paw.cloud/

Adding to the praise, I adore Paw and the developer is amazingly responsive. Highly recommended on my end.

Re: Show HN: I created Postwoman, an online, open-source API request builder

#38
post #20

I'm just a user of this, but if anyone is looking for a truly native MacOS version of Postman, you should take a look at Paw. https://paw.cloud/

Paid for Paw years ago, no regrets. Only use it occasionally, but super pleased with the experience when needed.

Re: Show HN: I created Postwoman, an online, open-source API request builder

#39

I'm surprised that nobody has mentioned Insomnia. https://insomnia.rest/ It's an excellent tool that allows defining workspaces and even sharing sets of routes with members of your team. It's one of my favourite tools.

Another vote for insomnia!

Re: Show HN: I created Postwoman, an online, open-source API request builder

#40

Opening the link I was hoping that this would be a postman with better support for file uploads. I have a long lived desired to be able to have postman request which embeds a file to upload. I really like postman features and UX but when I need a test suite for a file upload endpoint it doesn't match. Tried several hacks to achieve to embed files but none worked. If the endpoint supported Content-Transfer-Encoding it…

You don’t need a hack. I do it all of the time.

https://stackoverflow.com/questions/16015548/tool-for-sendin...

Post reply on HN