You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have a V1 and a V2 specification of the same Api. If I now want to generate a client, I have to do this for each version and also maintain the interface and dependency injection twice.
Describe the solution you'd like
Generate a client that contains both versions. For example, the method name could contain the required version.
Is your feature request related to a problem? Please describe.
I have a V1 and a V2 specification of the same Api. If I now want to generate a client, I have to do this for each version and also maintain the interface and dependency injection twice.
Describe the solution you'd like
Generate a client that contains both versions. For example, the method name could contain the required version.
.refitter File
Generated Interface:
Additional context
OpenAPI - PetstoreV1
OpenAPI - PetstoreV2
The text was updated successfully, but these errors were encountered: