openapi-python-client
openapi-python-client copied to clipboard
Generate modern Python clients from OpenAPI
**Is your feature request related to a problem? Please describe.** RFC2616 allows parameters to content-types, for example `application/json; version=2.3.5` is a valid content type that should be treated like `application/json`....
Add `content_type_overrides` or similar to the formats accepted by `--config` so that folks can redirect a specialized content type to one of the implementations that exist in this project. Specifically,...
This is a simple PR that replaces the `roots` of a Schema with the `ReferencePath` instead of erroring out.
Implemented content_type_overrides from #657 #810
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [knope](https://knope.tech) ([source](https://togithub.com/knope-dev/knope)) | minor | `0.14.1` -> `0.16.0` | --- ### Release Notes...
https://www.attrs.org/en/stable/examples.html
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
| Python Version | OpenAPI Client Generator Version | | --- | --- | | 3.11.6 | 0.18.0 | ## Actual Behavior When an endpoint only has one body type,...
| Python Version | OpenAPI Client Generator Version | | --- | --- | | 3.11.6 | 0.18.0 | ## Actual Behavior When an endpoint has multiple body types, each...
Allow setting generated client version by providing `--package-version` like property in the `openapi-python-client generate` This will simplify automatic processes in the Git-like environments