如何使用RestKit

时间:2016-06-10 11:11:03

标签: ios rest restkit spring-data-rest

这是我在StackOverflow上的第一篇文章:)

我们正在使用Spring Data Rest编写RESTful API后端。要添加关联,我们正在使用请求:

POST /favouriteFolders/7/posts HTTP/1.1
Host: localhost:8080
Content-Type: text/uri-list

http://localhost:8080/posts/68
http://localhost:8080/posts/418

请求格式如下所述: http://docs.spring.io/spring-data/rest/docs/2.5.1.RELEASE/reference/html/#_post_2

我们的iOS开发人员在使用RestKit发送此类请求时遇到问题 https://github.com/RestKit/RestKit

在这种情况下如何使用RestKit的任何想法? 或者我们应该使用其他REST客户端来处理这些特定的请求?

提前致谢!

0 个答案:

没有答案