jmetaweblog - Java MetaWeblog API - Google Project Hosting

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.

你可能感兴趣的:(project)