Package | Description |
---|---|
net.degreedays.api.data |
For specifying and receiving degree-day data and temperature data from the API.
|
Modifier and Type | Method and Description |
---|---|
LocationDataResponse |
DataApi.getLocationData(LocationDataRequest request)
Sends your
request for data (for a specified location) to
the API servers, returning a response containing data you requested, or
throwing an appropriate subclass of DegreeDaysApiException
if something goes wrong. |
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.