My team and I use Postman when we work on a project with a REST server.
I'm generally the one that builds out the REST server and has all the requests mapped in Postman which I export the collection and commit it in git so the rest of the team stays up-to-date and can do their own tests whilst developing the clients to consume the REST server.
I have been looking at PAW for a while and I have two questions:
Thanks
In response to:
As I'm not sure if everyone in the team will out lay the money to buy the app, can you export from Paw and import into Postman?
You can import your Paw requests into Postman using cURL requests.
Just make sure to grab the cURL Code Generator from the Paw Extension page, and export your cURL Request.
Then import it into Postman as shown: