postmanlabs/raml2postman

Name: raml2postman

Owner: Postman

Description: Coverts RAML specs to Postman Collections (v1 of the collection format)

Created: 2015-06-29 06:48:20.0

Updated: 2018-02-14 13:09:36.0

Pushed: 2018-05-21 04:51:02.0

Homepage: null

Size: 287

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

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

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.