Reputation: 2537
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
Upvotes: 5
Views: 5265
Reputation: 4299
Export from Paw:
File -> Export All Requests ->
You get presented a short list of already installed exporters followed by the section Available Online
showing more export formats. Choose Postman 2.0
. The plugin is installed on-the-fly and a JSON file is exported.
Import to Postman:
Import -> Import File ->
Drag exported JSON file into import window.
Upvotes: 4
Reputation: 3512
If I am not too late, you can now do all of the above using Postman Cloud.
https://www.getpostman.com/plans/cloud-basic
Upvotes: 0
Reputation: 881
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:
Upvotes: 10