matt-ball / postman-local

A client to facilitate local development of scripts for Postman.
Apache License 2.0
70 stars 6 forks source link

Create documentation for basic file structure of a Postman collection after importing into directory #29

Closed stcalica closed 4 years ago

stcalica commented 4 years ago

Have a default outline as a reference:

- postmanDir
     - Request1
           - request.json
           - response.json
           - test.js
           - prerequest.js 

Help reduce confusion for new users.