Account
-
The
AerisWeatherobject is a singleton class instance that sets up and manages the account requirements that are needed before the SDK can interact with the Aeris APIs. Before you can perform any data requests using the SDK you must first initialize the SDK with your Aeris account using your unique account credentials:
See more[AerisWeather startWithApiKey:@"__API_KEY__" secret:@"__SECRET_KEY__"];Declaration
Objective-C
@interface AerisWeather : NSObjectSwift
class AerisWeather : NSObject -
An
See moreAWFAerisAccountobject contains the access information associated with an API account.Declaration
Objective-C
@interface AWFAerisAccount : NSObjectSwift
class AWFAerisAccount : NSObject
View on GitHub
Account Reference