| Package | Description |
|---|---|
| com.jimmoores.quandl |
The core Quandl wrapper classes
|
| com.jimmoores.quandl.util |
Quandl wrapper utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
MetaDataResult |
QuandlSession.getMetaData(MetaDataRequest request)
Get meta data from Quandl about a particular quandlCode.
|
MetaDataResult |
QuandlSession.getMetaData(MultiMetaDataRequest request)
Get meta data from Quandl about a range of quandlCodes returned as a single MetaDataResult.
|
static MetaDataResult |
MetaDataResult.of(org.json.JSONObject jsonObject)
Factory method for creating and instance of a MetaDataResult.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetaDataResult> |
SearchResult.getMetaDataResultList()
Extract a list of MetaDataResult objects, each one representing a match.
|
Iterator<MetaDataResult> |
SearchResult.iterator()
An iterator over the string field names.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PrettyPrinter.toPrettyPrintedString(MetaDataResult metaDataResult)
Pretty print a MetaDataResult as an indented piece of JSON code.
|
Copyright 2014-Present by Jim Moores
${javadoc.footer.license}