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

Blob handled as built in type #102

Closed vmasek closed 3 years ago

vmasek commented 3 years ago

Blob, as swagger schema specifies, should not be handled as built-in type (similar to File), but as a custom type on top of File.