flowup / api-client-generator

Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
MIT License
115 stars 21 forks source link

GuardedAPIClient does not override methods #142

Open bakargogia opened 2 months ago

bakargogia commented 2 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.

Screenshot 2024-07-26 115338

vmasek commented 2 months ago

hello, does this problem also occur in the latest 5.0.0-beta.6 release?