Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

story(rest): rough out base service implementation #36

Open
3 tasks
Zaba505 opened this issue Nov 1, 2022 · 0 comments
Open
3 tasks

story(rest): rough out base service implementation #36

Zaba505 opened this issue Nov 1, 2022 · 0 comments
Labels
enhancement New feature or request rest RESTful API related story
Milestone

Comments

@Zaba505
Copy link
Member

Zaba505 commented Nov 1, 2022

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

@Zaba505 Zaba505 added enhancement New feature or request story rest RESTful API related labels Nov 1, 2022
@Zaba505 Zaba505 added this to the v0 milestone Nov 1, 2022
@Zaba505 Zaba505 added this to evrys Nov 1, 2022
@Zaba505 Zaba505 moved this to Refinement in evrys Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rest RESTful API related story
Projects
No open projects
Status: Refinement
Development

No branches or pull requests

1 participant