Giter Club home page Giter Club logo

Comments (8)

richhollis avatar richhollis commented on September 16, 2024

Could you provide a bit more detail/overview of how the APIs currently fit together and what the end state goal is - perhaps a high level example would be good. Would there be any overlap between the different outputted api-docs files or would the APIs be unique in each file?

from swagger-docs.

bitboxer avatar bitboxer commented on September 16, 2024

We currently develop an application with different API consumers:

  • The client apps (iPhone, Android, a javascript web app). We only create the backend and the API consuming programs are written by other companies
  • Data brokers. This app gets input from other companies. They push and pull data in and out of the app.

We don't want the client app devs to see that there is a different api and prevent that they use those APIs accidently.

Currently the api scheme is.

  • myapp.com/api/client/v1/ ....
  • myapp.com/api/broker/v1/ ....

Both paths should have a separate api documentation as swagger json files.

I totally understand that this might be out of scope of this gem.

from swagger-docs.

richhollis avatar richhollis commented on September 16, 2024

As they are separate, an initializer with both APIs should work I think (not tested):

Swagger::Docs::Config.register_apis({
"1.0-client" => {:controller_base_path => "api/v1/client", :api_file_path => "public/api/client/v1/"},
"1.0-broker" => {:controller_base_path => "api/v1/broker", :api_file_path => "public/api/broker/v1/"}
})

from swagger-docs.

bitboxer avatar bitboxer commented on September 16, 2024

Ah, great. I will try to do that on monday!

from swagger-docs.

richhollis avatar richhollis commented on September 16, 2024

@bitboxer How did you get on?

from swagger-docs.

bitboxer avatar bitboxer commented on September 16, 2024

It's not working. Will have to debug it what actually went wrong. Hopefully i have time for this till the end of the week.

from swagger-docs.

bitboxer avatar bitboxer commented on September 16, 2024

Sorry for the delay. It's working. Thanks!

from swagger-docs.

richhollis avatar richhollis commented on September 16, 2024

Excellent! Glad you got it going.

from swagger-docs.

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.