restkit
RestKit - POST response object mapping
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[详细]
2023-04-07 23:02 分类:问答RESTKIT internal mapping fails if json value == NULL
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[详细]
2023-04-07 14:54 分类:问答JSON format inconsistency
There are two JSON format that i came across: Format A: [ {\"topic\": {\"category\":\"testCategory\",\"created_at\":\"2011-09-27T05:41:42Z\",[详细]
2023-04-07 13:29 分类:问答Question to mapKeyPath
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[详细]
2023-04-06 23:44 分类:问答How do I use basic auth with RestKit's getObject?
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..[详细]
2023-04-05 18:37 分类:问答RestKit: Property 'mapper' not found on object of type 'RKObjectManager *'
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 *\'[详细]
2023-04-05 18:26 分类:问答What's the best way to switch between https and and http with my RKObjectManager in Restkit?
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[详细]
2023-04-05 11:35 分类:问答iPad Restkit and OData Microsoft SQL AZURE
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[详细]
2023-04-05 03:33 分类:问答Restkit with (complex) relationships and Core Data / RAILS
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[详细]
2023-04-05 00:16 分类:问答Delegate not working (Restkit related?)
I\'m just getting started with Objective C and Restkit I created a sample application and added the RKRequestDelegate in MyAppDelegate file[详细]
2023-04-04 00:37 分类:问答