All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jimmoores.quandl.util.package-info Maven / Gradle / Ivy

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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy