简体   繁体   English

需要一个iOS库或iPhone框架与Ruby on Rails API交互

[英]Need an iOS library or framework for iPhone to Ruby on Rails API interaction

I'm looking into iOS libraries and/or frameworks that I can pull into a current project to interact with a Ruby on Rails API. 我正在研究可以拉入当前项目以与Ruby on Rails API交互的iOS库和/或框架。

I was going to go with ObjectiveResource aka iPhone-On-Rails (http://iphoneonrails.com/) because of its ease of use, but it seems like there hasn't been any development on it since 2009. 因为它易于使用,所以我打算使用ObjectiveResource aka iPhone-On-Rails(http://iphoneonrails.com/),但是自2009年以来似乎没有任何开发。

Do any of you know of a better alternative to ObjectiveResource? 你们中有人知道ObjectiveResource的更好替代方案吗? I would like something that is well supported and maintained with good documentation. 我希望得到很好的文档支持和支持的东西。

Thanks in advance! 提前致谢!

Well, interacting with Rails is simply interacting with a REST API. 好吧,与Rails交互只是与REST API交互。

That said, here is a very popular asset you should look at: http://restkit.org/ 也就是说,这是您应该关注的一项非常受欢迎的资产: http : //restkit.org/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM