Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Support path params #19

Description

@ldrozdz

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions