正在寻找 .NET 的 MetaWebLog 客户端库。有吗?
我需要在 MetaWebLog API 客户端库之上实现一些代码。我在谷歌上找到的唯一东西是过去十年中失效的链接。
有谁知道从客户端应用程序的角度实现 MetaWebLog API 的库(或代码)?
I need to implement some code on top of a MetaWebLog API client library. The only thing I am finding on google is broken links from the last decade.
Does anyone know of a library (or code) that implements the MetaWebLog API from a standpoint of a client app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
JoeBlogs 是一个库,允许与 Wordpress 博客以及其他支持 metaWeblog XML RPC api 的博客轻松交互。
Live Writer 提供程序文档和 .Net 示例
MetaWebLog 到 BlogML 转换器 — 您可以获得源代码并使用MetaweblogAPI.cs。
JoeBlogs is a library that allows easy interaction with Wordpress blogs, and other blogs that support the metaWeblog XML RPC api.
Live Writer Provider Documentation and .Net Example
MetaWebLog To BlogML Converter — you can get the source code and use MetaweblogAPI.cs.
Matlus (http://www.matlus.com/metaweblog-api-c-library/ )有一个极其简单易用的 MetaWeblog 系统,仅使用 System.IO.Stream 进行通信。这是迄今为止我能找到的最简单的元博客示例。
http://metaweblogger.codeplex.com/
Matlus (http://www.matlus.com/metaweblog-api-c-library/) has an extremely simple to use MetaWeblog system that uses only System.IO.Stream for communication. It was by far the simplest Metaweblog example I could find.
http://metaweblogger.codeplex.com/