REST Web Service for ResKit

2019-09-18 10:59发布

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!

标签: ios rest restkit
1条回答
beautiful°
2楼-- · 2019-09-18 11:51

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.

查看更多
登录 后发表回答