问题
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!
回答1:
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.
来源:https://stackoverflow.com/questions/10136971/rest-web-service-for-reskit