You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For headers, we reformat the keys from hello_header to hello-header. However, all other parameters treat the open api schema as the source of truth, which means you can get all sorts of whacky formatting on them.
If we want to keep them pythonic, we could underscore case everything and just handle formatting in the schema itself.
If this gets enough 👍 I can make that change.
The text was updated successfully, but these errors were encountered:
phalt
changed the title
Make all parameters camel_case regardless of what the OpenAPI schema says
Make all parameters snake_case regardless of what the OpenAPI schema says
Oct 3, 2023
For headers, we reformat the keys from
hello_header
tohello-header
. However, all other parameters treat the open api schema as the source of truth, which means you can get all sorts of whacky formatting on them.If we want to keep them pythonic, we could underscore case everything and just handle formatting in the schema itself.
If this gets enough 👍 I can make that change.
The text was updated successfully, but these errors were encountered: