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

Generate modern Python clients from OpenAPI

Results 147 openapi-python-client issues
Sort by recently updated
recently updated
newest added

I'm using a third-party API which has this `securityScheme`: ``` components: securitySchemes: jwtAuth: type: apiKey in: header name: Auth ``` and this path (redacted as it is not my API):...

enhancement

**Describe the bug** I'm attempting to convert a rather large open api schema to Pyhton bindings and am running across warnings that are dropping endpoints on the floor. I believe...

🐞bug

Implements #636. Maybe it may be improved before the merge. It would be great to receive any feedback. In that case, we should add a deprecation warning if a user...

Fixes #595 Perhaps similar solution can be applied to #605 ## Description The requestBody with $ref was not handled. `requestBodies` in components should be injected into `_add_body` function.

This PR is a proof of concept to resolve #626. It removes the max version for dependencies to ensure future updates (notably security updates) are not restricted in clients generated...

Not sure if I'm the only one, but I like to put (all) the generated clients together in a folder for the same project. Maybe it needs some clarification that...

Close #491 Not sure this is the right approach. Just wanted to raise a PR to gather feedback :)

This PR adds support for recursive and circular references in `properties` and `additionalProperties`. ### Related To/May Close - #338 - #466 ### Known Issues - Recursive/circular reference paths that are...