-
Notifications
You must be signed in to change notification settings - Fork 712
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
Option to set Path Params #103
Comments
@ramtg Did you mean this one? URL:
Then user provides key-value pair via something like: resty.SetPathParams(map[string]string{
"id": "[email protected]",
}) Then URL becomes:
|
@jeevatkm . Correct. It'd be nice if multiple path params could be supported anywhere in the URL. |
@ramtg I got the understanding of this feature. Will work on it. Thanks. |
@jeevatkm Thank you! |
jeevatkm
added a commit
that referenced
this issue
Jan 24, 2018
Merged to edge 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It'd would be helpful to have an option to specify placeholders for path parameter names and a way to specify values for them through a map much like SetQueryParams.
The text was updated successfully, but these errors were encountered: