OpenAPITools / OpenAPITools/openapi-generator
[REQ] `useTags` config option for csharp-netcore
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
I would like to be able to generate a client for a whole API rather than a client for each tag.
It looks like the java client generator offers a useTags option that can create a combined API client. This would be great to have in the csharp-netcore generator.
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 at the csharp-netcore generator and compare it with the Java client generator's useTags option. Determine how the option is exposed and how generation currently groups clients by tag. Done means the C# generator can produce one client for the whole API instead of a separate client for each tag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100