Group API Clients by Path Structure #1437
Labels
enhancement
New feature or request
@kubb/plugin-client
@kubb/plugin-msw
@kubb/plugin-oas
@kubb/plugin-react-query
@kubb/plugin-swr
@kubb/plugin-ts
@kubb/plugin-zod
v3
Kubb v3
What is the problem this feature would solve?
Currently, Kubb.js supports grouping API clients using tags as the default option. While this works for many use cases, tags in our OpenAPI schemas often contain repetitive or inconsistent words that aren't ideal for folder names. Instead, the structure of paths in our schemas provides a more logical and meaningful way to group generated clients.
External documents/projects?
No response
What is the feature you are proposing to solve the problem?
Introduce a path-based grouping option in Kubb.js. This would allow users to group generated API clients based on segments of the OpenAPI paths rather than tags.
Example:
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: