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

Support path params #19

Open
ldrozdz opened this issue Oct 26, 2017 · 0 comments
Open

Support path params #19

ldrozdz opened this issue Oct 26, 2017 · 0 comments
Milestone

Comments

@ldrozdz
Copy link
Contributor

ldrozdz commented Oct 26, 2017

Support specifying path parameters (e.g. userId, streamId etc.) via command line and JCurl.Builder.

To be decided:

  • command line parameter name (suggestion: -p -path)
  • command line URL placeholder syntax (suggestion: :name)

Example:

jcurl -p uid 1234 https://acme.com/user/:uid/info -> resolved to https://acme.com/user/1234/info

@ldrozdz ldrozdz added this to the 0.9.20 milestone Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant