You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2024. It is now read-only.
As a user I want to specify my query parameters so that noops can parse them and return a 404 status code if the query parameters are not specified #265
As a user I want to specify my query parameters so that noops can parse them and return a 404 status code if the query parameters are not specified.
As a noops I want to offer query parameter parsing so that the clients handlers don't have to validate the parameters
Precondition
Acceptance criteria
Ensure that the quer y params are present
Remarks
## Tasks
- [ ] Extend configuration to allow to set query params
- [ ] Extend database to store query params for every function
- [ ] Validate incoming queries and response with statuscode 400 if needed