This module provides structure and code for quickly implementing RESTful APIs that use JSON as a transport. A generic ResourceController is provided which intercepts incoming requests and passes data ...
It’s easy to get sloppy in your APIs, so here’s a refresher on how to be correctly RESTful in your client scripts Recently, I was trying to write a little client script for Apache Solr. It was just ...