-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python: Replace OpenAPI generator http code with out own #1654
Conversation
…params` `_query_params` and `_header_params` should return values that are ready to use _as is_ in `httpx.request`
This is what we call this in rust/old openapi codegen
…point`methods from `MessageAttempt` And remove `list_attempts_for_endpoint` from `MessageAttemptAsync`
…` methods to `MessageAttempt(A)sync` Not sure why these _new_ methods have deprecated in their name
@tasn The last 2 commits are breaking change, but they add new methods that are deprecated, and the methods have " The reason we only get this change now (instead of when I was working on the high-level API), is because I am working with a new |
Whatever @svix-jplatte thinks is fine by me. |
They were never part of the old python API, so this is not a breaking change. These operations were briefly; but are no longer included as part of the `openapi.json`
Switching the HTTP call logic with a single (a)sync function.
WIP:
internal.openapi_client
error typesref: https://github.com/svix/monorepo-private/issues/9685