-
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: Move OperationalWebhook
to new codegen
#1656
python: Move OperationalWebhook
to new codegen
#1656
Conversation
fe67358
to
2018317
Compare
@svix-jplatte Do you think we should add a breaking change notice for the function params changing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which breaking change exactly? The parameter names / replacement of PostOptions
/ something else? The param names and PostOptions
already have changelog entries, right? If so, let's just update those.
Co-authored-by: Jonas Platte <[email protected]>
db7adbe
into
mendy/add-python-low-level-http-client
And rename to
OperationalWebhookEndpoint
This change was not done in #1646 because the
openapi.json
file was not ready.Splitting this off from the main new HTTP client PR since I am also breaking some of the function arguments