>
>
> http://github.com/ingenieroariel/dapi/tree/master is an intersting project
> working on the same thing, it's probably a good idea to look at it(and any
> other attempts) for reference.
>
> Alex
>

Thanks for the pointer Alex, Brian helped me jump start a RESTful API
project using the same approach taken by the Django admin to register the
API models. The idea is that there is a ModelApi object similar to a
ModelAdmin object and there can be many API's on a single project mapped by
different URLs.

http://github.com/ingenieroariel/dapi/blob/86c2916990d4248bb639df7f45801cb52b7d5d94/sample_project/products/api.py

So far it's in the proof of concept stage and only works with JSON, No auth,
Oauth and retrieval of an object list.

I have created a branch to merge it with certain parts of the
django-rest-interface project but have not been able to dedicate time to it
lately.
http://github.com/ingenieroariel/dapi/tree/rest-interface-import

Regards,
Ariel.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to