Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.33 KB

Postman logo

Postman Collection Format

The collection format is the specification behind Postman Collections, it lets you model API workflows and organize requests. The documentation helps you understand the format, how it relates to collections in Postman and the different toolings that have been built around the format both by Postman and it's developer community.

Contribution guidelines

We would love for you to contribute to the Collection Format Docs! To contribute to this project, please read:

Tech stack

The Docs are built using ReactJS, GatsbyJS Framework, and styled components for styling.

How to get started

$ git clone https://github.com/postmanlabs/collection-format-docs
$ collection-format-docs
$ npm run nvmrc
$ nvm use
$ npm install
$ npm install -g gatsby-cli
$ npm run dev

License

Apache License 2.0