cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

Duplicate service methods using multiple similar content types #33

Closed BaerMitUmlaut closed 5 years ago

BaerMitUmlaut commented 5 years ago

When generating a service for the attached API (which was generated by swagger), some methods are duplicated within the service.

api.zip

luisfpg commented 5 years ago

We should handle all JSON requestBody variants as a single variant. For this we'll have to get the first definition.