com.algorithmia.data.package-info Maven / Gradle / Ivy
/**
* Provides objects and methods for interacting with Algorithmia data
*
* Generally, Data objectes do not need instantiated directly;
* the Algorithmia object has dir(...) and file(...) helpers to return
* the relevant API object with an instantiated client managed internally
*
* @version 1.0.9
*/
package com.algorithmia.data;