Skip to content

Lucy's Converter Analysis

Sarthak Saxena edited this page Jun 11, 2021 · 4 revisions
  • Command line tool for API spec format conversions.

  • Supported conversions : I/O Docs / Google Discovery / RAML / WADL / OAS2 to OAS2 / OAS3

  • Intermediate conversion from OAS2 to OAS3.

  • Does not support conversions to the following output formats : Postman Collection, RAML, GraphQL, HAR. We have converters available for these.

  • The primary focus of this converter is to provide conversion to OAS2 / OAS3.

  • The only intermediate conversion is OAS2 -> OAS3.

  • The converter has support for both callbacks and promises.

  • Has a feature of validating the converted spec.

  • Can be used by installing it’s npm package.

Conversions that this converter doesn’t cover : OAS2 -> Postman Collection, OAS3 -> Postman Collection, RAML -> Postman Collection, Postman Collection -> OAS3, OAS3 -> RAML, OAS3 -> GraphQL, OAS3 -> HAR, WSDL -> OAS3, HAR -> OAS3, OData -> OAS3

Clone this wiki locally