ruelluna
ruelluna

Reputation: 797

REST Web Service for ResKit

I am quite confused on what REST API to follow that will sync with RestKit. I have a problem in making a put/post/delete request.

One of the REST API I follow is from NetTuts which I found very hard to sync with RestKit.

Any suggestions? Thank you so much!

Upvotes: 0

Views: 1054

Answers (1)

Blake Watters
Blake Watters

Reputation: 6617

RestKit is a generalized framework for consuming JSON/XML over HTTP. It will interoperate with any backend, providing the payload can be expressed as key-value coding key paths.

Upvotes: 3

Related Questions