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.).
|
Modifier and Type | Method and Description |
---|---|
Response |
RequestProcessor.process(Request request)
Processes the
Request object and returns a
Response object which is either a
FailureResponse or a
Response that's type is the counterpart to
that of the Request object passed in. |
Modifier and Type | Method and Description |
---|---|
void |
HttpResponseStream.close()
|
HttpResponseStream |
HttpRequestDispatcher.dispatch(HttpRequest request)
Calling code is responsible for closing the stream that this returns.
|
Response |
XmlHttpRequestProcessor.process(Request request) |
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.