关于如何使用 xmlrpc 服务器/博客 api 的 ruby gem 或 Rails 提示
我正在尝试让我的 Rails 应用程序与博客客户端交互。首先,我不确定该选择哪一个(metaweblog、wordpress、movabletype、atompub)。其次,有没有关于如何使用rails 3实现这样的XMLRPC(或类似)服务器的教程? 有什么想法吗?
我刚刚看到关于如何使用 ruby-core 中的 xmlrpc/server lib 的旧帖子,但我想也许还有其他方法可以在这里实现相同的目的?
i am trying to get my rails app interfacing with blogging clients. first of all i am not sure which one to choose from (metaweblog, wordpress, movabletype, atompub). second, is there any tutorial on how to implement such a XMLRPC (or similar) server with rails 3?
any ideas?
i just came across old posts on how to use the xmlrpc/server lib from ruby-core, but i think maybe there are other ways to achieve the same here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您必须处理一些 RESTful 外部 api,只需使用 ActiveResource 即可。
您可以找到有关此内容的精彩 Railscast:
ActiveResource 基础知识
有关 ActiveResource 的更多信息
If you have to deal with some RESTful external api's, just use ActiveResource.
You can find a great railscast about this:
ActiveResource Basics
More on ActiveResource