Package | Description |
---|---|
net.degreedays.api |
Core Degree Days.net API classes, including
DegreeDaysApi - the starting point for all API operations. |
net.degreedays.api.data |
For specifying and receiving degree-day data and temperature data from the API.
|
net.degreedays.api.regression |
For using the API to run regressions against your energy-usage data.
|
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
ResponseMetadata.Builder.build() |
ResponseMetadata |
Response.metadata()
Returns a non-null object containing metadata sent back with every
response from the API servers, including details of the account's current
rate limit.
|
ResponseMetadata |
RequestFailureException.responseMetadata()
Returns the non-null metadata from the
FailureResponse that
brought details of this failure back from the API servers. |
Modifier and Type | Method and Description |
---|---|
FailureResponse.Builder |
FailureResponse.Builder.setMetadata(ResponseMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
LocationInfoResponse.Builder |
LocationInfoResponse.Builder.setMetadata(ResponseMetadata metadata) |
LocationDataResponse.Builder |
LocationDataResponse.Builder.setMetadata(ResponseMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
RegressionResponse.Builder |
RegressionResponse.Builder.setMetadata(ResponseMetadata metadata) |
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.