@@ -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.
## 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)
*[Authentication](#authentication)
*[REST Endpoints](#rest)
*[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
If you're running a self-installed instance, endpoints will be namespaced into your config file's `domain_public` setting, for example :