Feature #607
Updated by Hammel over 6 years ago
The PoC was written in PHP based on the PiBox Web UI code. This worked, but it's a poor implementation going forward. Implementation on top of a nodejs with Restify will make it easier to implement a real REST API.
Create a stub service for both http and https based on the [[REST APIs]] implemented in NodeJS with Restify. Import as few 3rd party modules as possible!!
Here's an article on testing REST APIs with curl:
http://www.codingpedia.org/ama/how-to-test-a-rest-api-from-command-line-with-curl/