Story
As a Dashboard user I want to be able to request data from the database so I can view it.
Requirements
- Setup endpoint on “server side” to request data from the database
- GET /test-smells/query-params/?datetime=01:02:2022&smell_type=all
- Description: “Test smell data to populate the web based dashboard”
- Headers:
- content-type: application/json
- Parameters:
- DateTime
- Smell Types
- Returned_run_limit
- Endpoint shall return a set of key (testsmell name):value (Number of smells) pairings
- Response: 200
- Any other response indicates failure