| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InvalidRequestException
Indicates that the API could not process a request because it was invalid in
 some way (e.g. authenticated with invalid access keys). 
 | 
class  | 
RateLimitException
Indicates that the API servers did not process a request because the
  
RateLimit for the account's plan had been reached. | 
class  | 
ServiceException
Indicates that the API servers failed to process a request because of
 temporary downtime or an unexpected error (sorry!). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocationException
 | 
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.