TagzApp icon indicating copy to clipboard operation
TagzApp copied to clipboard

Create an API to download data from TagzApp

Open manojbhargavan opened this issue 2 years ago • 1 comments

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

manojbhargavan avatar Aug 08 '23 14:08 manojbhargavan

Let's discuss this one, and schedule construction for the Milestone 5 release in January

csharpfritz avatar Nov 25 '23 14:11 csharpfritz