kencochrane / scorinator

DjangoDash 2013 repo
Apache License 2.0
10 stars 4 forks source link

Add API #21

Open kencochrane opened 11 years ago

kencochrane commented 11 years ago

We need an API so that the workers can talk to the web app.

Basic auth using django-rest-framework

very basic API, just normal exposing of the models, nothing fancy yet.

kencochrane commented 11 years ago

The most important part of the API is for the workers to send their results back to the website so that we can add to the database.

kencochrane commented 11 years ago

We need to add docs to the docs section so we know how to use.. also not sure if basic auth is turned on with current API.