Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很困惑要遵循哪些 REST API 将与 RestKit 同步。我在发出 put/post/delete 请求时遇到问题。
我遵循的 REST API 之一来自NetTuts,我发现它很难与 RestKit 同步。
有什么建议么?非常感谢!
RestKit 是一个通用框架,用于通过 HTTP 使用 JSON/XML。它将与任何后端互操作,只要有效负载可以表示为键值编码键路径。