JS and PHP layers
For ease of use, there are two thin layers available on top of the JSON-RPC over HTTP API.
- A JS API, which provides each JSON call as a JavaScript function. It formats the JSON message and performs the AJAX call. It is accessible on each CLOUDFLOW installation at http://<server>:<port>/?api=js.
- A PHP API, accessible on http://<server>:<port>/?api=php.
Both JS and PHP API references are accessible and documented on http://<server>:<port>/?api