| Package | Description |
|---|---|
| com.jimmoores.quandl |
The core Quandl wrapper classes
|
| Modifier and Type | Method and Description |
|---|---|
static QuandlSession |
QuandlSession.create()
Create a Quandl session without an authorization token (authToken).
|
static QuandlSession |
QuandlSession.create(SessionOptions sessionOptions)
Create a Quandl session with detailed SessionOptions.
|
static QuandlSession |
QuandlSession.create(String authToken)
Create a Quandl session to use a specific authorization token (authToken) with
all requests.
|
Copyright 2014-Present by Jim Moores
${javadoc.footer.license}