My Project
 All Classes Functions Properties
Instance Methods | Properties | List of all members
CBHTTPClient Class Reference

#import <CBHTTPClient.h>

Inheritance diagram for CBHTTPClient:

Instance Methods

(void) - setUrl:
 
(void) - setAppKey:AppSecret:
 

Properties

NSURL * baseURL
 

Detailed Description

Class used for making REST calls to the platform. This is a subclass of AFHTTPClient

Method Documentation

- (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

Parameters
keyThe app key that is used to identify the app being used
secretThe 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

Parameters
URLTht NSURL that is set as the baseURL

Property Documentation

- (NSURL*) baseURL
readwritenonatomicstrong

NSURL that holds the url that the Client will use


The documentation for this class was generated from the following files: