JSPM

  • Created
  • Published
  • Downloads 72781
  • Score
    100M100P100Q171016F
  • License MIT

Converts Postman collections to OpenAPI documents

Package Exports

    Readme

    Postman to OpenAPI Converter

    Version Downloads License Discord

    Convert Postman collections to the open standard OpenAPI. Free the postman!

    Installation

    npm install @scalar/postman-to-openapi

    Usage

    import { convert } from '@scalar/postman-to-openapi'
    
    // Free the postman!
    const result = await convert(myPostmanCollection)
    
    console.log(result)

    Community

    We are API nerds. You too? Let’s chat on Discord: https://discord.gg/scalar

    Thank you!

    This package is based on the existing postman-to-openapi by @joolfe. We update the code and adapted it to our use case. You might consider our package the modern successor.