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:

    [AerisWeather startWithApiKey:@"__API_KEY__" secret:@"__SECRET_KEY__"];

    See more

    Declaration

    Objective-C

    @interface AerisWeather : NSObject

    Swift

    class AerisWeather : NSObject
  • An AWFAerisAccount object contains the access information associated with an API account.

    See more

    Declaration

    Objective-C

    @interface AWFAerisAccount : NSObject

    Swift

    class AWFAerisAccount : NSObject