OpenAPITools / OpenAPITools/openapi-generator
[REQ] Only generate API methods/models which are part of a certain tag.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
I have an API which has both public and internal methods. I'd rather not expose the internal methods and endpoints on the public client.
It would be nice if you could only generate API code for methods which contain a certain tag.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the generator entry points that select API methods and models from an OpenAPI specification, then inspect how tag metadata and generator options are represented. Define the configuration and filtering behavior before identifying the relevant generator tests; done means tagged operations and their required models are generated while untagged internal endpoints are omitted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, openapi
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100