acacode / acacode/swagger-typescript-api
How do I handle a colon in the url?
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 4.1k
- Forks
- 436
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.