This is a central place for discussing the Filmaster API.
Currently there is no API implemented. This is a planned feature.
The main requirements for the API are:
- to be complete (as complete as possible) -- meaning that it should allow to fetch all the information that is available through regular web interface or even more (more specific queries)
- to be consistent
- to be easy to use
- to be well documented
You are free to extend this list, provide proposals for technical solutions for the API (REST/SOAP? XML/JSON? -- pros and cons) as well as start preparing the design for that. Edit the page, create new child pages, add comments!
Comments (2)
Jun 09, 2009
Borys Musielak says:
This make come very useful: http://code.google.com/p/django-rest-interface/wiki/...This make come very useful: http://code.google.com/p/django-rest-interface/wiki/RestifyDjango
Sep 28
Borys Musielak says:
Another article to take a look at: http://yml-blog.blogspot.com/2009/09/add-web-...Another article to take a look at: http://yml-blog.blogspot.com/2009/09/add-web-api-to-your-app-with-django.html (django-piston project)