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

Fix for args not using camel case in path #43

Closed warmans closed 6 years ago

warmans commented 6 years ago

closes #42

This resolves the issue with incorrect case used in paths. There is an example of the issue in the github api.

vmasek commented 6 years ago

@warmans there seem to be some lint errors

warmans commented 6 years ago

oops, should be fixed now.

vmasek commented 6 years ago

still has some, run ng lint before the push to see the warnings

warmans commented 6 years ago

I don't think the CI integration is working properly. It's still complaining about stuff that is fixed (e.g. the substring callback arg no longer exists) :man_shrugging:

vmasek commented 6 years ago

I will look at it tomorrow :)