Skip to content

How do I handle a colon in the url?  #532

Open
@cfluke-cb

Description

@cfluke-cb

I have an http path like this
"/v1/{walletName}:generateAddress":

The :generateAddress is becoming a string parameter from the generated client.

const response = await client.walletServiceGenerateAddress(name, ':generateAddress', { network: networkName, });

Is there a way to escape the colon in the path? or an generate parameter to ignore colon based http path variables?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions