Uses of Class
net.degreedays.api.data.LocationDataRequest

Packages that use LocationDataRequest
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
 

Uses of LocationDataRequest in net.degreedays.api.data
 

Methods in net.degreedays.api.data with parameters of type LocationDataRequest
 LocationDataResponse DataApi.getLocationData(LocationDataRequest request)
          Sends your request for data to the API servers, returning a non-null response containing data you requested, or throwing an appropriate subclass of DegreeDaysApiException if something goes wrong.
 



www.degreedays.net/api/