apache / apache/openwhisk-apigateway
API Gateway Path Parameters For Query Params?
- Dominant language
- Lua
- Stars
- 65
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible for the API Gateway to support mandatory query parameters?
For example, the following URL structure.
```
/name/{myname}/age/{myage}?id={id}
```
Path parameters support the structure for name and age parameters but user has also asked about enforcing mandatory query parameters.
Contributor guide
Research direction
Start by reviewing the API Gateway's existing path-parameter handling against the example URL, including the mandatory query parameter `id`. Define how missing required query parameters should be rejected and confirm the behavior with a focused request or integration test. Done means the gateway enforces required query parameters while preserving existing path-parameter support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100