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

API Router/Handler #5

Closed
DMalone87 opened this issue Mar 3, 2021 · 1 comment
Closed

API Router/Handler #5

DMalone87 opened this issue Mar 3, 2021 · 1 comment

Comments

@DMalone87
Copy link
Collaborator

The heart of the API is a handler that receives requests from users and routes them to the proper functions. This task includes:

  • Defining the API endpoints that are available to users
  • Defining the breadth of functions that will need to accounted for
  • Building the router for said API

The user stories that will determine the APIs needed will be outlined in the comments.
Once this task is completed, subtasks will be required to build out the functions that will actually be doing the required work.

@DMalone87
Copy link
Collaborator Author

User Stories:

  • Request all of the data contained in the index in order to receive a paginated list
  • Request an individual record contained in the index

DMalone87 pushed a commit that referenced this issue Jun 9, 2021
National Police Data Collaborative MVP automation moved this from To do to Done Jan 19, 2022
DMalone87 pushed a commit that referenced this issue Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants