Hacker News new | ask | show | jobs
by EnderMB 2440 days ago
This is the reason I still use Postman.

It's got a nice interface for throwing some HTTP requests around, but compared to the likes of Paw it's a pain in the ass to set up an API spec. Regardless, the ability to merge these files is too essential to use anything else.

1 comments

Does Postman support this with Git? Last I saw with my team no one knew how. Only thing Postman seemed to have was a Cloud Sync and Merge junk, no one knew how to make it work with the git repo.

Thoughts?

Note that Paw has this type of cloud sync too, though I'm not sure how it handles merges.

It's been a while since I've had to do it, but I'm pretty sure that all you need to do is build a collection of your endpoints, and right-click -> export. This will save it as a JSON file, and while it's not pretty, it's importable and allows you to merge.