acacode / acacode/swagger-typescript-api
How do I handle a colon in the url?
Open
- Dominant language
- TypeScript
- Stars
- 4.1k
- Forks
- 436
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.