wafflesfm / batter

It makes Waffles.
Other
83 stars 18 forks source link

Implement a full API #38

Open mr-bo-jangles opened 11 years ago

mr-bo-jangles commented 11 years ago

Implement a full site API, probably using tasty-pie which would allow someone to use the whole site without logging in past registering onsite. http://tastypieapi.org/

Allow people to

derekleverenz commented 11 years ago

I'd prefer to use http://django-rest-framework.org/ over tastypie. I have used both, and drf is newer and quite a bit more flexible. It is build on django's CBV's as well.

I'll see about looking into this if I have time, writing django APIs is half my job.

edgewyn commented 11 years ago

+1 DRF