浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

jmetaweblog - Java MetaWeblog API - Google Project Hosting

Java MetaWeblog API is a MetaWeblog API implementation in Java.

This project utilizes the Apache XMLRPC library, and it also shares Apache License 2.0.

Currently, the jmetaweblog project is focusing on wrapping the client api:

  • The MetaWeblogAPI metaWeblog.newPost Method posts a new entry to a blog.
  • The MetaWeblogAPI metaWeblog.editPost Method edits an existing entry on a blog.
  • The MetaWeblogAPI metaWeblog.getPost Method returns a specific entry from a blog.
  • The MetaWeblogAPI metaWeblog.getCategories Method returns the list of categories that have been used in the blog.
  • The MetaWeblogAPI metaWeblog.getRecentPosts Method returns the most recent draft and non-draft blog posts in descending order by publish date.
  • The MetaWeblogAPI blogger.deletePost Method deletes a post from the blog.
  • The MetaWeblogAPI blogger.getUsersBlogs Method returns information about the user's space.
  • The MetaWeblogAPI blogger.getUserInfo Method returns basic user information, such as name, email address, and userid.
posted on 2012-11-25 11:19  lexus  阅读(49)  评论(0)    收藏  举报