I have method \"getBuses\" on my RESTful webservice (Rails). That method needs to return me list of buses in JSON. But, when I sending request for \"/getBuses.json\" I
I am using RESTKIT to map the properties from the server side to the properties in the client side. I am hitting the [NSNull unsignedIntValue] error when RESTKIT is trying to map a NULL value from th
There are two JSON format that i came across: Format A: [ {\"topic\": {\"category\":\"testCategory\",\"created_at\":\"2011-09-27T05:41:42Z\",
I am following the Restkit Tutoria开发者_运维技巧l on https://github.com/RestKit/RestKit/blob/master/Docs/Object%20Mapping.md and this is pretty good because RestKit is a really cool framework - I thi
I tried the following to set the basic auth username and password, but it does not seem to be passing the basic auth in the request..
Using the new Xcode and RestKit I am facing a problem with the mapper. The error is: Property \'mapper\' not found on object of type \'RKObjectManager *\'
What\'s the best way to switch between having a http and https base url for RKObjectManager.Should I let 开发者_Python百科the shared manager be set to the http base url and then new up a whole new ins
I\'m developing an ipad app and I need to save some data in OData SQL Azure, I know how to get data sending requests with querys but I don\'t know how to send a post
Please bear with me as I\'m just learning Cocoa. I\'ve been through some tutorials concerning Core Data, I\'m now tackling RESTkit to use it with a Rails application. I also read all docs, solutions r
I\'m just getting started with Objective C and Restkit I created a sample application and added the RKRequestDelegate in MyAppDelegate file