sc3 / cookcountyjail

A Django app that tracks the population of Cook County Jail over time and summarizes trends.
http://cookcountyjail.recoveredfactory.net/api/1.0/?format=json
Other
31 stars 23 forks source link

Need Ability to fetch Raw Inmate Data from Python for a specified date #443

Open nwinklareth opened 10 years ago

nwinklareth commented 10 years ago

This is part of #395.

This is ability needs to work on any machine, not just the cookcountyjail.recoveredfactory.net server, and the retrieved data must be delivered in a parsiimonious manner.

Also need to be able to know what dates are available.

Acceptance criteria:

  1. Get list of available dates
  2. Ability to arbitrarily fetch any of the available snapshots in a way that does not require that all of the data exist in the caller's space.
  3. Has a documented behavior if given a data that does not exist and the implementation matches the documented behavior