Open bakargogia opened 4 months ago
Used this command: curl {someurl}/swagger/docs/v1 -o swagger.json && api-client-generator -s ./swagger.json -o ./api and in result GuardedAPIClient methods does not override extended APIClient methods.
curl {someurl}/swagger/docs/v1 -o swagger.json && api-client-generator -s ./swagger.json -o ./api
hello, does this problem also occur in the latest 5.0.0-beta.6 release?
5.0.0-beta.6
Used this command:
curl {someurl}/swagger/docs/v1 -o swagger.json && api-client-generator -s ./swagger.json -o ./api
and in result GuardedAPIClient methods does not override extended APIClient methods.