| Package | Description |
|---|---|
| com.jimmoores.quandl |
The core Quandl wrapper classes
|
| com.jimmoores.quandl.util |
Quandl wrapper utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
TabularResult |
QuandlSession.getDataSet(DataSetRequest request)
Get a tabular data set from Quandl.
|
TabularResult |
QuandlSession.getDataSets(MultiDataSetRequest request)
Deprecated.
this call is provided for compatibility purposes and is deprecated, please use the single request mechanism
|
static TabularResult |
TabularResult.of(HeaderDefinition headerDefinition,
List<Row> rows)
Create a tabular result set from a header definition and an ordered list of rows.
|
| Modifier and Type | Method and Description |
|---|---|
TabularResult |
RESTDataProvider.getTabularResponse(javax.ws.rs.client.WebTarget target)
Invoke a GET call on the web target and return the result as a TabularResult (parsed CSV).
|
TabularResult |
DefaultRESTDataProvider.getTabularResponse(javax.ws.rs.client.WebTarget target)
Invoke a GET call on the web target and return the result as a TabularResult (parsed CSV).
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PrettyPrinter.toPrettyPrintedString(TabularResult result)
Pretty print a TabularResult in a text-based table format.
|
Copyright 2014-Present by Jim Moores
${javadoc.footer.license}