alysivji / alysivji/falcon-apispec
Add support for router converters
Open
- Dominant language
- Python
- Stars
- 47
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
A route with a converter like this:
`api.add_route('/{some_field:mc}', some_resource)`
produces this kind of spec:
`"/{some_field:mc}"` instead of `"/{some_field}"`
https://falcon.readthedocs.io/en/stable/api/api.html#falcon.routing.CompiledRouterOptions.converters
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.