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

use BindStyledParameterWithLocation with path params #564

Merged
merged 3 commits into from May 22, 2022

Conversation

jcalvarado1965
Copy link
Contributor

We came across an issue where path parameters were being path-encoded on the client side, but on the server they were decoded as query parameters. I believe using BindStyledParameterWithLocation instead of BindStyledParameter in the server template addresses the issue, as it allows us to specify the parameter type.

@deepmap-marcinr deepmap-marcinr merged commit e238df5 into deepmap:master May 22, 2022
adrianpk pushed a commit to foorester/oapi-codegen that referenced this pull request Jan 16, 2024
* use BindStyledParameterWithLocation with path params

* generated files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants