Giter Club home page Giter Club logo

Comments (2)

kevinccbsg avatar kevinccbsg commented on May 23, 2024 1

Hi @alexwaibel ,

You already have an option to get the JSON result of your endpoints. 👍 You can check out this example.

In that example, if you define one variable you can subscribe to some events like finish. That event exposes the JSON OpenAPI result.

Therefore, you can do this:

// Define variable
const listener = expressJSDocSwagger(app)(options);

listener.on('finish', swaggerObject => {
  console.log(JSON.stringify(swaggerObject, null, 2)); // This will print JSON OpenAPI result
});

Then you will get the OpenAPI JSON output and that result. You can use that result to generate a YAML maybe using a script to parse the JSON to YAML (json-to-yaml) and add it to your CI. Right now, we don't provide an option to generate the YAML result but only JSON. Maybe we could consider it for future releases.

I hope this helps you. You can find more info on our docs page.

from express-jsdoc-swagger.

kdankert avatar kdankert commented on May 23, 2024

Another option would be to expose it using the feature update in 1.3.0.

Just set exposeApiDocs to true in your project and apiDocsPath to the correct path (defaults to /v3/api-docs).

See https://www.npmjs.com/package/express-jsdoc-swagger#usage for reference.

from express-jsdoc-swagger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.