Open
Description
Description
As a consumer, I want to interact with evrys through a RESTful API, so that I can leverage an API style I'm more used to.
Possible framework choice: gofiber
Acceptance Criteria
- Rest service is defined
- A Serve method is provided for quickly serving the Rest service (mimic gRPC implementation)
- All unknown routes should return 404 (for now that will be every route) along with a JSON response body
Related Issues
No response