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

Empty model #3

Closed S-Johny closed 6 years ago

S-Johny commented 7 years ago

If I create API call post with empty body EmptyProtobuf it should place in call {} as a body instead of creating EmptyProtonufModel and passing it as a parameter in the function.

vmasek commented 6 years ago

This seems to be a very specific and unnecessary, possibly a bad endpoint design