openapi-python-client icon indicating copy to clipboard operation
openapi-python-client copied to clipboard

feat!:Use "Type<Title>" instead of "Type<Index>" if available

Open wallagib opened this issue 1 year ago • 1 comments

Changed behavior from using the term x_type_0 to x_type_y if x is a Schema that defines a Title property string y.

This provides an easier interface for understanding what users are importing, as well as less reliance on the ordering of the schema.

wallagib avatar Feb 14 '24 15:02 wallagib

Force-pushed a linting fix

wallagib avatar Feb 19 '24 04:02 wallagib