All Projects → postmanlabs → raml2postman

postmanlabs / raml2postman

Licence: MIT license
Coverts RAML specs to Postman Collections (v1 of the collection format)

Programming Languages

javascript
184084 projects - #8 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].