The SDK Wrapper library consists of two types of classes that are used to address the AT&T REST APIs:
-
RequestFactory class - The RequestFactory class provides wrapper functions around AT&T Platform services like SMS, MMS, WAP PUSH, Location, Speech, In App Messaging from Mobile Number, Device Capabilities, Call Management, Notary, and Payment. An application creates an instance of the Request Factory class by passing the API Key, Secret Key, scope (a list of services to address), and a redirect URL. When the wrapper functions in the RequestFactory are invoked by the application, an instance of the corresponding Response class is returned.
-
Response class - The Response classes provide wrappers for de-serializing the responses returned by the AT&T Platform services.
|