Endpoints
-
AWFActivities
provides convenience methods for interacting with theactivities
endpoint of the Aeris API. All requests will return instances ofAWFActivity
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFActivities : AWFWeatherEndpoint
Swift
class AWFActivities : AWFWeatherEndpoint
-
AWFAdvisories
provides convenience methods for interacting with thealerts
endpoint of the Aeris API. All requests will return instances ofAWFAdvisory
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFAdvisories : AWFWeatherEndpoint
Swift
class AWFAdvisories : AWFWeatherEndpoint
-
AWFAdvisoriesSummaries
provides convenience methods for interacting with thealerts/summary
endpoint of the Aeris API. All requests will return instances ofAWFAdvisorySummary
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFAdvisorySummaries : AWFWeatherEndpoint
Swift
class AWFAdvisorySummaries : AWFWeatherEndpoint
-
AWFAirQuality
provides convenience methods for interacting with theairquality
endpoint of the Aeris API. All requests will return instances ofAWFAirQualityReport
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFAirQuality : AWFWeatherEndpoint
Swift
class AWFAirQuality : AWFWeatherEndpoint
-
AWFAirQualityForecasts
provides convenience methods for interacting with theairquality/forecasts
endpoint of the Aeris API. All requests will return instances ofAWFAirQualityReport
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFAirQualityForecasts : AWFWeatherEndpoint
Swift
class AWFAirQualityForecasts : AWFWeatherEndpoint
-
AWFConditions
provides convenience methods for interacting with theconditions
endpoint of the Aeris API. In most cases, all requests will return instances ofAWFCondition
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFConditions : AWFWeatherEndpoint
Swift
class AWFConditions : AWFWeatherEndpoint
-
AWFConditionsSummary
provides convenience methods for interacting with theconditions/summary
endpoint of the Aeris API. In most cases, all requests will return instances ofAWFConditionSummary
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFConditionsSummaries : AWFWeatherEndpoint
Swift
class AWFConditionsSummaries : AWFWeatherEndpoint
-
AWFConvectiveOutlooks
provides conveninece methods for interacting with theconvective
endpoint of the Aeris API. All requests will return instances ofAWFConvectiveOutlook
that will be populated with the data returned from the API unless otherwise indicated.Declaration
Objective-C
@interface AWFConvectiveOutlooks : AWFWeatherEndpoint
Swift
class AWFConvectiveOutlooks : AWFWeatherEndpoint
-
AWFCountries
provides conveninece methods for interacting with thecountries
endpoint of the Aeris API. All requests will return instances ofAWFCountry
that will be populated with the data returned from the API unless otherwise indicated.Declaration
Objective-C
@interface AWFCountries : AWFWeatherEndpoint
Swift
class AWFCountries : AWFWeatherEndpoint
-
AWFDroughtIndices
provides conveninece methods for interacting with thedroughts
endpoint of the Aeris API. All requests will return instances ofAWFDroughtIndex
that will be populated with the data returned from the API unless otherwise indicated.Declaration
Objective-C
@interface AWFDroughtIndices : AWFWeatherEndpoint
Swift
class AWFDroughtIndices : AWFWeatherEndpoint
-
AWFEarthquakes
provides convenience methods for interacting with theearthquakes
endpoint of the Aeris API. All requests will return instances ofAWFEarthquake
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFEarthquakes : AWFWeatherEndpoint
Swift
class AWFEarthquakes : AWFWeatherEndpoint
-
AWFFireOutlooks
provides convenience methods for interacting with thefires/outlook
endpoint of the Aeris API. All requests will return instances ofAWFFireOutlook
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFFireOutlooks : AWFWeatherEndpoint
Swift
class AWFFireOutlooks : AWFWeatherEndpoint
-
AWFFires
provides convenience methods for interacting with thefires
endpoint of the Aeris API. All requests will return instances ofAWFFire
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFFires : AWFWeatherEndpoint
Swift
class AWFFires : AWFWeatherEndpoint
-
AWFForecasts
provides convenience methods for interacting with theforecasts
endpoint of the Aeris API. All requests will return instances ofAWFForecast
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFForecasts : AWFWeatherEndpoint
Swift
class AWFForecasts : AWFWeatherEndpoint
-
AWFIndices
provides convenience methods for interacting with theindices
endpoint of the Aeris API. All requests will return instances ofAWFIndexPeriod
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFIndices : AWFWeatherEndpoint
Swift
class AWFIndices : AWFWeatherEndpoint
-
AWFLightningStrikes
provides convenience methods for interacting with thelightning
endpoint of the Aeris API. All requests will return instances ofAWFLightningStrike
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFLightningStrikes : AWFWeatherEndpoint
Swift
class AWFLightningStrikes : AWFWeatherEndpoint
-
AWFMoonPhases
provides convenience methods for interacting with themoonphases
endpoint of the Aeris API. All requests will return instances ofAWFMoonPhase
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFMoonPhases : AWFWeatherEndpoint
Swift
class AWFMoonPhases : AWFWeatherEndpoint
-
AWFNormals
provides convenience methods for interacting with thenormals
endpoint of the Aeris API. All requests will return instances ofAWFNormal
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFNormals : AWFWeatherEndpoint
Swift
class AWFNormals : AWFWeatherEndpoint
-
AWFObservations
provides convenience methods for interacting with theobservations
endpoint of the Aeris API. In most cases, all requests will return instances ofAWFObservation
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFObservations : AWFWeatherEndpoint
Swift
class AWFObservations : AWFWeatherEndpoint
-
AWFPhrases
provides convenience methods for interacting with thephrases
endpoint of the Aeris API. In most cases, all requests will return instances ofAWFPhrase
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFPhrases : AWFWeatherEndpoint
Swift
class AWFPhrases : AWFWeatherEndpoint
-
See moreAWFPlaces
provides convenience methods for interacting with theplaces
endpoint of the Aeris API. In most cases, all requests will return instances ofAWFPlace
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFPlaces : AWFWeatherEndpoint
Swift
class AWFPlaces : AWFWeatherEndpoint
-
AWFPrecipitation
provides conveninece methods for interacting with theprecip
endpoint of the Aeris API. All requests will return instances ofAWFPrecipitationPeriod
that will be populated with the data returned from the API unless otherwise indicated.Declaration
Objective-C
@interface AWFPrecipitationEstimates : AWFWeatherEndpoint
Swift
class AWFPrecipitationEstimates : AWFWeatherEndpoint
-
AWFRecords
provides convenience methods for interacting with therecords
endpoint of the Aeris API. All requests will return instances ofAWFRecord
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFRecords : AWFWeatherEndpoint
Swift
class AWFRecords : AWFWeatherEndpoint
-
AWFRivers
provides access for interacting with therivers
endpoint of the Aeris API. All requests will return instances ofAWFRiver
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFRivers : AWFWeatherEndpoint
Swift
class AWFRivers : AWFWeatherEndpoint
-
AWFRiversGauges
provides access for interacting with therivers/gauges
endpoint of the Aeris API. All requests will return instances ofAWFRiverGauge
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFRiversGauges : AWFWeatherEndpoint
Swift
class AWFRiversGauges : AWFWeatherEndpoint
-
AWFSnowDepths
provides conveninece methods for interacting with thewinter/snowdepth
endpoint of the Aeris API. All requests will return instances ofAWFSnowDepth
that will be populated with the data returned from the API unless otherwise indicated.Declaration
Objective-C
@interface AWFSnowDepths : AWFWeatherEndpoint
Swift
class AWFSnowDepths : AWFWeatherEndpoint
-
AWFStormCells
provides convenience methods for interacting with thestormcells
endpoint of the Aeris API. All requests will return instances ofAWFStormCell
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFStormCells : AWFWeatherEndpoint
Swift
class AWFStormCells : AWFWeatherEndpoint
-
AWFStormReports
provides convenience methods for interacting with thestormreports
endpoint of the Aeris API. All requests will return instances ofAWFStormReport
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFStormReports : AWFWeatherEndpoint
Swift
class AWFStormReports : AWFWeatherEndpoint
-
AWFSunMoon
provides convenience methods for interacting with thesunmoon
endpoint of the Aeris API. All requests will return instances ofAWFSunMoon
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFSunMoon : AWFWeatherEndpoint
Swift
class AWFSunMoon : AWFWeatherEndpoint
-
AWFThreats
provides convenience methods for interacting with thethreats
endpoint of the Aeris API. All requests will return instances ofAWFThreat
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFThreats : AWFWeatherEndpoint
Swift
class AWFThreats : AWFWeatherEndpoint
-
AWFTidesLoader
provides convenience methods for interacting with thetides
endpoint of the Aeris API. All requests will return instances ofAWFTide
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFTides : AWFWeatherEndpoint
Swift
class AWFTides : AWFWeatherEndpoint
-
AWFTropicalCyclones
provides convenience methods for interacting with thetropicalcyclones
endpoint of the Aeris API. All requests will return instances ofAWFTropicalCyclone
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFTropicalCyclones : AWFWeatherEndpoint
Swift
class AWFTropicalCyclones : AWFWeatherEndpoint
-
See moreAWFTropicalCyclonesArchive
provides convenience methods for interacting with thetropicalcyclones/archive
endpoint of the Aeris API. All requests will return instances ofAWFTropicalCyclone
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFTropicalCyclonesArchive : AWFWeatherEndpoint
Swift
class AWFTropicalCyclonesArchive : AWFWeatherEndpoint