Package | Description |
---|---|
net.degreedays.api |
Core Degree Days.net API classes, including
DegreeDaysApi - the starting point for all API operations. |
net.degreedays.api.processing |
For advanced use, this enables customization of the request/response processing (XML, HTTP, security etc.).
|
Constructor and Description |
---|
DegreeDaysApi(AccountKey accountKey,
SecurityKey securityKey)
Constructs a
DegreeDaysApi object that internally uses a
default RequestProcessor configured with the specified access
keys. |
Modifier and Type | Method and Description |
---|---|
AccountKey |
RequestSecurityInfo.accountKey() |
Modifier and Type | Method and Description |
---|---|
RequestSecurityInfo.Builder |
RequestSecurityInfo.Builder.setAccountKey(AccountKey accountKey) |
Constructor and Description |
---|
Builder(AccountKey accountKey,
SecurityKey securityKey) |
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.