Aeris |
Holds references to server constant variables
|
AerisBatchRequest |
|
AerisCommunicationTask |
Basic communication task for sending messages.
|
AerisCustomCommunicationTask |
Basic communication task for sending messages.
|
AerisCustomResponse<T> |
Custom response class to extend for easier parsing of the JSON string
returned from a custom response.
|
AerisEngine |
Aeris singleton that manages the important OAuth info needed to make
requests.
|
AerisLocBatchRequest |
Helper class for constructing a batch request that pulls down all necessary
information needed to fill the AerisWeatherInfoActivity.
|
AerisPermissionsRequest |
|
AerisRequest |
Builds request for various endpoints, actions, and parameters.
|
BatchBuilder |
|
BatchCommunicationTask |
|
CommunicationTask<T> |
Abstract helper to set up the basics of our threading classes.
|
Endpoint |
Endpoints refer to the types of data to request, such as a place,
observation, forecast or advisory, and will be the basis for any request made
to the API.
|
PermissionsTask |
Task that will use the client information and query the Aeris API to see what
permission the client has for accessing the API.
|
UrlBuilder |
Abstract UrlBuilder that takes care of some handling for each builder.
|