https://github.com/postmanlabs/raml2postman
Coverts RAML specs to Postman Collections (v1 of the collection format)
https://github.com/postmanlabs/raml2postman
Last synced: 3 months ago
JSON representation
Coverts RAML specs to Postman Collections (v1 of the collection format)
- Host: GitHub
- URL: https://github.com/postmanlabs/raml2postman
- Owner: postmanlabs
- License: mit
- Archived: true
- Created: 2015-06-29T06:48:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T21:53:34.000Z (over 7 years ago)
- Last Synced: 2024-09-29T18:21:37.385Z (over 1 year ago)
- Language: JavaScript
- Size: 281 KB
- Stars: 19
- Watchers: 9
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A RAML to POSTMan converter.
Usage examples:
Read spec.raml and store the output in output.json after grouping the requests into folders
./raml2postman -s spec.raml -o output.json -g
Read spec.raml and print the output to the console
./raml2postman -s spec.raml
Read spec.raml and print the prettified output to the console
./raml2postman -s spec.raml -p