Package | Description |
---|---|
net.degreedays.api.data |
For specifying and receiving degree-day data and temperature data from the API.
|
net.degreedays.api.data.impl |
Implementations of abstract types from
net.degreedays.api.data . |
Modifier and Type | Method and Description |
---|---|
static LatestValuesPeriod |
Period.latestValues(int numberOfValues)
Returns a non-null
LatestValuesPeriod object that
automatically resolves to a date range including the latest available
data and the specified number of degree-day values. |
Modifier and Type | Method and Description |
---|---|
LatestValuesPeriod |
LatestValuesPeriod.withMinimumNumberOfValues(int minimumNumberOfValues)
Returns a new
LatestValuesPeriod with the same
numberOfValues() as this , but also specifying
minimumNumberOfValues as the minimum number of values
required. |
See www.degreedays.net/api/ for more about the Degree Days.net API.
You can sign up for a Degree Days.net API account and read the integration guide that is useful and applicable whether you are using Java or not.