this post was submitted on 26 Jan 2024
44 points (92.3% liked)
Technology
147 readers
11 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.