Giter Site home page Giter Site logo

Comments (3)

dangdennis avatar dangdennis commented on July 20, 2024 2

Thank you @czechboy0! I didn't know we can filter on other args than just tags. For others, see DocumentFilter. Oh if you're not as blind as I am, it's clearly documented under Create a configuration file.

Now that I'm using just one route, it's significantly faster.

generate:
  - types
  - client
accessModifier: internal
filter:
  paths: 
    - "/link/token/create"

from swift-openapi-generator.

czechboy0 avatar czechboy0 commented on July 20, 2024 1

Hi @dangdennis,

for large documents, check out the filter feature, which allows you to only generate the operations you're interested in. That should substantially reduce the size of the generated code and build times.

Regarding using the plugin vs CLI manually, we recommend you use the plugin whenever possible, as that way your OpenAPI document and code are always in sync. If you hit issues that you can resolve by using the CLI manually, please file new issues and we'll investigate them - the plugin should be the preferred adoption method here.

About the type conflicts, note that the generator emits a type called Client, so if you also have a type called Client in the same module, those will conflict. Either rename your type, or generate the types into a separate module, and then import the generated client using its fully qualified name, e.g. MyGeneratedAPI.Client.

from swift-openapi-generator.

czechboy0 avatar czechboy0 commented on July 20, 2024

And watchexec shouldn't be a problem here, as unless the OpenAPI document changes, the generator shouldn't rerun, and your generated files shouldn't have to recompile.

from swift-openapi-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.