Giter VIP home page Giter VIP logo

Comments (7)

adams-family avatar adams-family commented on August 26, 2024

I think I might have resolved this myself. I found this workaround and it works very well for me:

expressOasGenerator.init(app, function(spec) {
    spec.basePath = process.env.BASE_URL || '';
    return spec;
});

Please feel free to close this ticket if you think that this is a good solution.

from express-oas-generator.

mpashkovskiy avatar mpashkovskiy commented on August 26, 2024

Actually there is a possibility to specify baseUrlPath but looks like it is not propagated to the actual specification here.
Would you, @adams-family , be so kind to add a line, check tests and create a PR?

from express-oas-generator.

mpashkovskiy avatar mpashkovskiy commented on August 26, 2024

And thank you for promotion!

from express-oas-generator.

mpashkovskiy avatar mpashkovskiy commented on August 26, 2024

Hi @adams-family, I implemented the "feature" could you try it and let me know if it works as expected? I can publish new version after it.

from express-oas-generator.

adams-family avatar adams-family commented on August 26, 2024

Hi @mpashkovskiy - I'm sorry I missed your original message a month ago :(

In my case, specifying the baseUrlPath in the package.json is not ideal because I'm running a monorepo (nrwl.io) and I have multiple NodeJS project covered by one package.json. Each project is deployed to a different baseUrl on the same host, such as:

  • /public-api
  • /admin-api

I am however happy with the workaround I found (above) because this way I can specify a different baseUrl per each project:

expressOasGenerator.init(app, function(spec) {
    spec.basePath = process.env.BASE_URL || '';
    return spec;
});

Is there anything else I can test for you?

from express-oas-generator.

mpashkovskiy avatar mpashkovskiy commented on August 26, 2024

I see. Indeed my implementation won't be useful for you. Thanks for explanation, no actions needed then.

from express-oas-generator.

adams-family avatar adams-family commented on August 26, 2024

No worries, thanks again for this great tool!

from express-oas-generator.

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.