TagzApp
TagzApp copied to clipboard
Create an API to download data from TagzApp
Create an API that enables the user to download the data from TazApp persistent store given:
- An API key/Bearer JWT Token in the request
- Rate Limiting if req.
- Maybe just the one GET endpoint, with query params: tagToSearch, startDateTime, endDateTime (optional), recordLimit, pageNum, providersList (optional default to all). Output: Enumerable (just json) for the given query.
Potential Prerequisites:
- Data is getting persisted into a permanent store.
- Possibly an ORM is already in place for interacting with the permanent data store.
- AuthN/R provider for in a place, or at least an API Key to begin with
- Possible way to signup for the
Let's discuss this one, and schedule construction for the Milestone 5 release in January