Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

2 Answers 2

up vote 1 down vote accepted

It's documented on the front page of the RestKit GitHub page: RestKit : post-patch-and-delete-an-object

share|improve this answer
    
I feel like an idiot. Thanks –  grantvansant Jun 12 '13 at 22:31

In this situation google can help you much better than anyone else.

Some useful links:

share|improve this answer
    
Thanks- the restapitutorial doesn't talk about it in terms of restkit -and the wenderlich and nettuts don't talk about post reques.I'll keep looiking Thanks though –  grantvansant Jun 12 '13 at 20:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.