Tag Archives: slim
RESTful Delete with SLIM, jQuery and JSON
Adding jQuery RESTful calls for using the DELETE verb when deleting items via a JSON REST interface.
PUTting Data with jQuery
A quick look at how you can send PUT requests (REST update calls) to your SLIM-based JSON endpoint.
Building a JSON Endpoint with SLIM (Part 1)
Writing complex JavaScript applications can be tricky if your service layer isn’t well managed. This video will show you the first part in a series on building a RESTful, JSON-driven endpoint for web applications.
SLIMming Out Your Controller
An introduction to the SLIM PHP framework. This sinatra-like php framework is a great tool for simple JSON endpoints and light server-side application development.
