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

@ldrozdz

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions