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): implement get event api #42

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

story(rest): implement get event api #42

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

Comments

@Zaba505
Copy link
Member

Zaba505 commented Nov 3, 2022

Description

As an end user, I want to get an event using a RESTful API, so that I don't need to introduce a new tech (gRPC) to my existing stack.

Acceptance Criteria

  • RESTful route is defined for getting an event by its ID
  • Should fetch event from eventstore by ID
  • Should return "200 OK" and the event as a JSON object in the response body
  • In case of failure, an appropriate code along with an JSON response object should be returned

Related Issues

No response

@Zaba505 Zaba505 added enhancement New feature or request story rest RESTful API related labels Nov 3, 2022
@Zaba505 Zaba505 added this to the v0 milestone Nov 3, 2022
@Zaba505 Zaba505 added this to evrys Nov 3, 2022
@Zaba505 Zaba505 moved this to Refinement in evrys Nov 3, 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 storage event storage related story
Projects
No open projects
Status: Refinement
Development

No branches or pull requests

1 participant