If i am making a request with restkit i can use the shared client to send post parameters.
How can i do the same with shared Object manager, there seems to be no function to post data when objects are requested.
To re-iterate, am looking to send some post data when i am using loadObjectsAtResourcePath
Thanks
Must you use loadObjectsAtResourcePath? Here’s what I use to send POST requests to my server
And you get your response back with
PS: Just found this link: https://github.com/RestKit/RestKit/wiki/Posting-NSDictionary-as-JSON