The services module exposes most of Drupal core's data as resources and provides CRUD operations and additional actions for each. In this lesson Joe will look at the available resources, talk about the various CRUD operations and actions and then enable the node resource and demonstrate retrieving node data as JSON from the services endpoint.
Enabling Resources
Loading...
Additional resources:
JSON Formatter - Chrome plugin to display results of a JSON request in a nicer way.