Updated Home (markdown) authored by Michael J Pearson's avatar Michael J Pearson
...@@ -22,20 +22,15 @@ Prior to consumption by an action, imports can be modified in different ways. T ...@@ -22,20 +22,15 @@ Prior to consumption by an action, imports can be modified in different ways. T
Received or fetched files are not present as explicit imports/exports but rather appear on a graph as they become available. Certain actions will operate with the assumption that these files are present eg: Dropbox > Save File will only run when a file is present. Received or fetched files are not present as explicit imports/exports but rather appear on a graph as they become available. Certain actions will operate with the assumption that these files are present eg: Dropbox > Save File will only run when a file is present.
## Contents ## API
The API is namespaced as RESTful resources, and RPC's with `/rest` and `/rpc` respectively. [JSONP](http://en.wikipedia.org/wiki/JSONP) is supported with a `callback=your_function` GET parameter.
* [API](#api)
* [Endpoints](#endpoints) * [Endpoints](#endpoints)
* [Authentication](#authentication) * [Authentication](#authentication)
* [REST Endpoints](#rest) * [REST Endpoints](#rest)
* [RPC Endpoints](#rpc) * [RPC Endpoints](#rpc)
## API
The API is namespaced as RESTful resources, and RPC's with `/rest` and `/rpc` respectively. [JSONP](http://en.wikipedia.org/wiki/JSONP) is supported with a `callback=your_function` GET parameter.
### Endpoints ### Endpoints
If you're running a self-installed instance, endpoints will be namespaced into your config file's `domain_public` setting, for example : If you're running a self-installed instance, endpoints will be namespaced into your config file's `domain_public` setting, for example :
... ...
......