DoclerLabs / api-client-generator

API client generator is a console application capable of generating an API client based on OpenAPI(Swagger) specification.
MIT License
31 stars 19 forks source link

Support optional nullable #86

Closed Yarre closed 1 year ago

Yarre commented 1 year ago

Optional nullable might be used in the PATCH request and if the feature is behind the feature flag so here is the pull request to support it. I also refactored PetStore acceptance test.