We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue: Given swagger path of /blogs/{blogId}, generated code snippets will have URL with text /blogs/%7DblogId%7D.
/blogs/{blogId}
/blogs/%7DblogId%7D
Suggestions: Possibly leave brackets or put placeholder text like BLOGID as is done with query or body parameters.
BLOGID
The text was updated successfully, but these errors were encountered:
This is the output of httpSnippet library btw, so this library does not do the encoding.
Sorry, something went wrong.
You can set placeholder using default value. But it only checks for parameters in the path and not in methods. Opened #51 to change that.
Same problem here. Have you resolved this issue?
Hey guys, faced with the same issue. Are there any updates regarding that?
No branches or pull requests
Issue:
Given swagger path of
/blogs/{blogId}
, generated code snippets will have URL with text/blogs/%7DblogId%7D
.Suggestions:
Possibly leave brackets or put placeholder text like
BLOGID
as is done with query or body parameters.The text was updated successfully, but these errors were encountered: