hasura / hasura/ndc-open-api-lambda
Support for path variables
Open
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Support for path variables as according to the OpenAPI spec.
It's a common pattern to have `/api/path-sgment/{dynamicValue}/id/{id}`, but this isn't possible to support at the moment without hard coding the values.
https://swagger.io/docs/specification/describing-parameters/
Contributor guide
Assessment
This issue has not been assessed yet.