ng-openapi-gen icon indicating copy to clipboard operation
ng-openapi-gen copied to clipboard

Generate only a specific paths instead of all OpenAPI endpoints.

Open alexcibotari opened this issue 2 years ago • 1 comments

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?

alexcibotari avatar Nov 12 '23 16:11 alexcibotari

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 avatar Nov 12 '23 17:11 luisfpg