An open API service indexing awesome lists of open source software.

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)

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