this post was submitted on 26 Jan 2024
43 points (92.2% liked)

Technology

143 readers
1 users here now

founded 1 year ago
MODERATORS
hur
 

I'm a bit late to the party here because I haven't needed Postman for a while, but how is it okay that now we have to LOG IN TO POSTMAN and send our API requests to them for them to store on their own cloud?

you are viewing a single comment's thread
view the rest of the comments
[–] HowManyNimons 2 points 7 months ago

The reason I hadn't used Postman in a while was because I had put Swagger on all my APIs. If that's an option for you, I recommend it.

For an alternative, I reckon you can't go past cUrl. Get a request working, then parametrise it with whatever scripting/programming language you like best, copy paste edit rinse repeat, and you've got yourself a makeshift Postman.