Allows you to Easily Interact with the Algorithmia Platform
Internal class used to describe ACLs.
Algorithm object which enables you to call Algorithmia algorithms. To ...
Client object which makes it easy to interact with the Algorithmia RES...
DataDirectory object to interact with directories. Supports Algorithmi...
DataFile object to interact with files. Supports Algorithmia data file...
DirectoryIterator object to iterate over child files or directories of...
Creates a new Algorithm Handler which registers the onLoad method (whi...
Creates a new Algorithmia Client which you can use to call algorithms ...
The ACL that allows your algorithms to read an item. Sample usage: dat...
The ACL that allows only you to read an item. Sample usage: dataDirect...
The ACL that allows anyone to read an item. Sample usage: dataDirector...
The company, Algorithmia, houses the largest marketplace of online algorithms. This package essentially holds a bunch of REST wrappers that make it very easy to call algorithms in the Algorithmia platform and access files and directories in the Algorithmia data API. To learn more about the services they offer and the algorithms in the platform visit <http://algorithmia.com>. More information for developers can be found at <https://algorithmia.com/developers>.