Python Tutorial

Showing posts with label REST API. Show all posts
Showing posts with label REST API. Show all posts

Wednesday, November 20, 2013

Tastypie: Django REST API framework

Tastypie is an webservice API framework for Django. It provides a convenient, yet powerful and highly customizable, abstraction for creating REST-style interfaces.
http://django-tastypie.readthedocs.org/en/latest/

Tuesday, December 4, 2012

Django-piston REST API


REST API using django and django-piston.
Piston lets you develop API for your site. From my experience in piston you can write API very fast. Lets have a small drive ...
A sample API code with readme available on github.