Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 815 Bytes

File metadata and controls

8 lines (7 loc) · 815 Bytes

Postman Collection Manager

This is a collection of DTO objects that represent an exported Postman Collection. It has been tested by:

  1. Using Postman to read the Swagger PetStore OAS document and convert it into a postman collection.
  2. Exporting the collection to a json file (see the Swagger Petstore.postman_collection.json file).
  3. Running the console app in this repo, which loads the json into the DTOs, then saves it out again.
  4. Comparing the output.

The auto-generated documentation for this project can be found here. Thanks to Paillat Laszlo for his Default Documentation project.