The SlateMind API.
Use this simple API to query SlateMind
using GET requests to return publically accessible slates. By default, the API will
return the results in the below JSON format. Note: There is a simple javascript
wrapper around this api available here.
License. MIT - http://www.opensource.org/licenses/mit-license.php
Calling the API
GET http://api.slatebox.com/Slates/Search?page={pageNumber}&rpp={rpp}&q={searchString}&callback={jsonpCallback}&apiKey={apiKey}
Italicized parameters are optional. Bold parameters are required.
Order is not important.
NOTE: if you include the optional {jsonpCallback} you will receive the response
wrapped as JSONP. (Useful for overcoming the cross-domain restriction from javascript).
JSON structure of the response object.