Module Exposes Drupal Resources as RESTful API

A new Drupal module makes use of the Drupal Entity API and then takes information about the entity and delivers it as a Restful Web Service.

kinlane-productions2.s3.amazonaws.com Features are:
  • RESTful compliant
  • Support for all Drupal entity types
  • Provides create, read, update and delete (CRUD) operations
  • Service endpoints are automatically generated for each entity
  • JSON response format
You can download the module on Github, but it is also synchronized to the Drupal.org CVS.

This module allows Drupal owners to immediately deliver a RESTful API from their existing Drupal site and can also be used by developers looking to quickly deliver an API can build it using the Drupal platform.