V2 Compatibility mode doesn't work for tag interface #3635
Labels
P3
pull-request-welcome
That the core team don't have the resources, but would welcome a community PR
type: bug
version: 2.x
Q&A (please complete the following information)
Content & configuration
Swagger-Client usage:
Describe the bug you're encountering
v2OperationIdCompabilityMode doesn't actually work, it creates the correctly named interface functions within 'client.apis' but when making a request it fails to resolve the operation ID to an endpoint within the spec.
It seems to be because the v2 compatibility flag isn't passed to getOperationRaw and then down to opId (where the flag is handled).
Looking at the unit tests that were added it seems they only check that the tag function is created not that the request actually succeeds.
To reproduce...
Steps to reproduce the behavior:
Expected behavior
The call is correctly translated to a request to /some/path/{id}
The text was updated successfully, but these errors were encountered: