
Problem
At the moment, the code in /API is all from version 1.0 and is obsolete. We need a new api code base, and we need to start it off with a simple structure that can grow to meet our needs.
Proposed solution
Technology
Using the technology requirements above, the scope of this ticket is to:
- create a new code base for a rest api using the technologies above
- provide an endpoint to query all the
Datasetentries for a given time range, and return the array of objects un-modified
a. this endpoint does not need to meet documentation requirements yet
- add a basic caching layer, so that a subsequent request does NOT get processed
- add unit tests for the new code
Resources
Problem
At the moment, the code in
/APIis all from version 1.0 and is obsolete. We need a new api code base, and we need to start it off with a simple structure that can grow to meet our needs.Proposed solution
Technology
Using the technology requirements above, the scope of this ticket is to:
Datasetentriesfor a given time range, and return the array of objects un-modifieda. this endpoint does not need to meet documentation requirements yet
Resources