Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/postmanlabs/collection-format-docs
Documentation for postman collection format, the open source specification that powers collections in postman
https://github.com/postmanlabs/collection-format-docs
collection-format collection-tooling collections postman postman-collection
Last synced: 3 months ago
JSON representation
Documentation for postman collection format, the open source specification that powers collections in postman
- Host: GitHub
- URL: https://github.com/postmanlabs/collection-format-docs
- Owner: postmanlabs
- License: apache-2.0
- Created: 2023-02-10T23:31:34.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-03T18:04:23.000Z (4 months ago)
- Last Synced: 2024-09-29T18:21:28.158Z (3 months ago)
- Topics: collection-format, collection-tooling, collections, postman, postman-collection
- Language: JavaScript
- Homepage: https://learning.postman.com/collection-format
- Size: 2.86 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![Postman logo](https://assets.getpostman.com/common-share/postman-github-logo.png "Postman logo")
# Postman Collection Format
The collection format is the specification behind [Postman Collections](https://www.postman.com/collection/), 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:
- The [Code of Conduct](https://www.postman.com/code-of-conduct)
- The [Contribution Guidelines](https://github.com/postmanlabs/collection-format-docs/blob/develop/CONTRIBUTING.md)
- The [Documentation Style Guide](https://github.com/postmanlabs/collection-format-docs/blob/develop/DOCS_STYLE_GUIDE.md)## 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](https://github.com/postmanlabs/collection-format-docs/blob/develop/LICENSE)