If the task will only make sense to a dev, add a :zap: to the title.
Given our API endpoints are majority very identical, a common Query Response could be created to simplify the functionality
Create a utility in the API for handling general fetch Responses that creates/severs database connections, and returns the response object.
Value Add
DRY
Easily Maintainable
Acceptance Criteria
[x] Common Utility Created
[x] Utility Creates/Severs DB Connections
[x] Utility handles errors
[ ] Utility integrated into existing endpoints (where applicable)
Describe the task
Create a utility in the API for handling general fetch Responses that creates/severs database connections, and returns the response object.
Value Add
Acceptance Criteria
Additional Context
-