Account
-
The
AerisWeather
object 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 : NSObject
Swift
class AerisWeather : NSObject
-
An
See moreAWFAerisAccount
object contains the access information associated with an API account.Declaration
Objective-C
@interface AWFAerisAccount : NSObject
Swift
class AWFAerisAccount : NSObject