Reputation: 45
I am trying to find some documentation on how to POST to an api with RestKit. I have not been able to find any good tutorial or direction. I can GET json data and display it on an iphone app - but I am trying to figure out how to do the reverse, i.e. POST from ios to an external json api. What resources did you guys learn to do this? The explanations on the git are pretty brief - or am I just not getting it? Any help would be great! THanks
Upvotes: 1
Views: 1136
Reputation: 119031
It's documented on the front page of the RestKit GitHub page: RestKit : post-patch-and-delete-an-object
Upvotes: 1
Reputation: 107201
In this situation google can help you much better than anyone else.
Some useful links:
Upvotes: 0