Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate only a specific paths instead of all OpenAPI endpoints. #299

Open
alexcibotari opened this issue Nov 12, 2023 · 1 comment
Open
Labels
question Further information is requested

Comments

@alexcibotari
Copy link

Hello,
I'm generating a GitHub OpenAPI file, and it is huge with a lot of services that I do not need.
I need only a limited set of APIs to be generated to make sure my bundle is reduced.

How can I do it?

@luisfpg
Copy link
Contributor

luisfpg commented Nov 12, 2023

The best option would be to just use functional style calls: https://github.com/cyclosproject/ng-openapi-gen#using-functional-api-calls
You can also specify just a tag to be generated.

@luisfpg luisfpg added the question Further information is requested label Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants