com.jimmoores.quandl.util.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quandl-jersey1 Show documentation
Show all versions of quandl-jersey1 Show documentation
Quandl REST API wrapper for Java
The newest version!
/**
* Quandl wrapper utility classes.
* These include:
*
* - {link ArgumentChecker} - for validating method arguments
* - {link PrettyPrinter} - for nicely tabulated ASCII output
* - {link RESTDataProvider} - interface for fetching documents. Default implementation does Jersey HTTP Client REST call.
* Other implementations are used for testing (saving responses in files and replaying responses.
* - {code Quandl*Exception} - Exceptions, extending from {link QuandlRuntimeException} for generic errors.
*
*/
package com.jimmoores.quandl.util;