关于如何使用 xmlrpc 服务器/博客 api 的 ruby​​ gem 或 Rails 提示

发布于 2024-10-10 14:16:04 字数 224 浏览 4 评论 0原文

我正在尝试让我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟酉 2024-10-17 14:16:04

如果您必须处理一些 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文