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

Pick restful library #338

Closed wilbertom closed 10 years ago

wilbertom commented 10 years ago

For version 2.0 are making our own JSON responses. There are multiple flask extensions that make this easier, and we will need their sorting and filtering when we are exposing more data.

  1. Restless
  2. Flask API
  3. Restful
wilbertom commented 10 years ago

We are using flask-restful.