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

WIP: feat: add pathParamEscaped support #2669

Closed

Conversation

alswl
Copy link

@alswl alswl commented Nov 26, 2021

Signed-off-by: jingchao.djc [email protected]

Provide a way to control path parmas.

fix go-openapi/runtime#138

related to go-openapi/runtime#230

@alswl alswl changed the title feat: add pathParamEscaped support WIP: feat: add pathParamEscaped support Nov 26, 2021
@alswl alswl force-pushed the feat/add-path-param-escaped-support branch from 85e1944 to bf8bfa8 Compare November 26, 2021 15:58
@codecov
Copy link

codecov bot commented Nov 26, 2021

Codecov Report

Merging #2669 (bf8bfa8) into master (92bf85b) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2669      +/-   ##
==========================================
- Coverage   82.96%   82.95%   -0.02%     
==========================================
  Files          54       54              
  Lines        9515     9515              
==========================================
- Hits         7894     7893       -1     
- Misses       1110     1111       +1     
  Partials      511      511              
Impacted Files Coverage Δ
generator/structs.go 83.79% <0.00%> (-0.56%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 92bf85b...bf8bfa8. Read the comment docs.

@alswl alswl closed this Dec 2, 2021
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.

Provide raw path params support to runtime/client
1 participant