Build POSTMAN Collection From Input Requests

Hi,

I wrote a very useful PHP I’d like to share. Its on GitHub as below.

It allows all incoming web service requests to be logged in a POSTMAN collection. I can have the client software make all the API calls to my web service after which I can import all the requests into POSTMAN, and then use them for testing and as a form of documentation.

I’ve found it very helpful so I hope you do too.

Greg Anbrose

4 Likes

This is very cool. Thanks for the share @gregambrose