postmanpaw-app

Export Paw endpoints to Postman


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:

  1. Can you create a project and share it with a team which it syncs to everyone on the project OR can you export a project and put it in git which the team can import updates to stay up-to-date?
  2. 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?

Thanks


Solution

  • 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: Postman Import