Skip to content

Instantly share code, notes, and snippets.

View pavangandhi's full-sized avatar
🎯
Focusing

Pavan Gandhi pavangandhi

🎯
Focusing
View GitHub Profile
- (void)configureRestKit
{
// initialize AFNetworking HTTPClient
///pradeep/easygov/public/api/requests/show
NSURL *baseURL = [NSURL URLWithString:@"http://neuweg.co.in"];
//NSURL *baseURL = [NSURL URLWithString:@"http://jsonplaceholder.typicode.com"];
AFHTTPClient *client = [[AFHTTPClient alloc] initWithBaseURL:baseURL];
// initialize RestKit
RKObjectManager *objectManager = [[RKObjectManager alloc] initWithHTTPClient:client];