#import <CBHTTPClient.h>
Instance Methods | |
(void) | - setUrl: |
(void) | - setAppKey:AppSecret: |
Properties | |
NSURL * | baseURL |
Class used for making REST calls to the platform. This is a subclass of AFHTTPClient
- (void) setAppKey: | (NSString *) | key | |
AppSecret: | (NSString *) | secret | |
Sets that AppKey and AppSecret that get attached to the request headers for all requests to the platform
key | The app key that is used to identify the app being used |
secret | The app secret that is used to authenticate the app being used |
- (void) setUrl: | (NSString *) | URL |
Sets the baseUrl property that will be used by the client to communicate with the platform
URL | Tht NSURL that is set as the baseURL |
|
readwritenonatomicstrong |
NSURL that holds the url that the Client will use