Demonstration Web Application
RESTfm provides a demonstration web application, found at RESTfm/demo.html
The demo is a pure client-side web application built using the jQuery library. Data is passed to and from RESTfm in the JSON format.
By enabling "Show console" under the settings gear icon, the URIs invoked for each Create, Read, Update and Delete (CRUD) operation may be inspected.
Enabling "Use GET method override" forces the demo to use GET for all CRUD operations.
Licensing
The demonstration web application HTML, CSS and Javascript source (demo.html, demo.css, demo.js
) are free to use under the terms of the "MIT License". Please check the comments at the top of each file for details on the licensing terms.