Skip to content
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

Fix double underscore query parameters properly #19

Open
JakubFrejlach opened this issue Aug 2, 2023 · 0 comments
Open

Fix double underscore query parameters properly #19

JakubFrejlach opened this issue Aug 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JakubFrejlach
Copy link
Collaborator

In #17 the issue with double underscore parameters was fixed in a kinda hacky way (replacing all the double underscores with the single ones on the bindings side) however it would probably require a nicer way of fixing it in the form of changing the jinja templates of the bindings. Changes required are however very extensive.

These changes should be probably done together with the updating the bindings to the newer version of OpenAPI Python Client which is tracked by the #18

@JakubFrejlach JakubFrejlach added the enhancement New feature or request label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant