swagger2-postman2-converter

0.0.3 • Public • Published

swagger2-Postman

Converter for swagger 2.0 JSON to Postman Collection v2 Exports the following functions:

validate(JSON-or-string): Formats like RAML/cURL don't have a JSON representation. For others, JSON is preferred. The result should be an object: {result: true/false, reason: 'string'}. Reason must be populated if the result is false. This function will be used by the app to determine whether or not this converter can be used for the given input.

convert(JSON-or-string): Converts the input to a collection object. Conversion result should be an object: {result: true/false, reason: '', collection: <object>} Reason must be populated if the result is false. Collection must be populated if result is true.

/swagger2-postman2-converter/

    Package Sidebar

    Install

    npm i swagger2-postman2-converter

    Weekly Downloads

    191

    Version

    0.0.3

    License

    Apache 2.0

    Unpacked Size

    491 kB

    Total Files

    48

    Last publish

    Collaborators

    • abhijitkane