Quoting Paul's very informative email to bloggerdev for my future reference and for others. This provides a quick reference for all blogger 1.0 supported API (official & unofficial). As you probably know Blogger 1.0 is destined to be replaced at some point by Atom which is REST based.

Thanks Paul.

"I went hunting for documentation for all of the methods that I use in
my Blogger API (v1.0) implementation.  What I came up with was added
as Javadoc comments in the source of Chronicle Lite.  The following
links are simply lifted out of my code -

METHOD_DELETE_POST
------------------
documented officially at:
http://groups.yahoo.com/group/bloggerDev/message/147

METHOD_EDIT_POST
----------------
documented officially at:
http://plant.blogger.com/api/xmlrpc_editPost.html

METHOD_GET_POST
---------------
documented officially at:
http://groups.yahoo.com/group/bloggerDev/message/296

METHOD_GET_RECENT_POSTS
-----------------------
documented officially at:
http://groups.yahoo.com/group/bloggerDev/message/225

METHOD_GET_TEMPLATE
-------------------
documented officially at:
http://plant.blogger.com/api/xmlrpc_getTemplate.html

METHOD_GET_USER_BLOGS
---------------------
documented officially at:
http://plant.blogger.com/api/xmlrpc_getUsersBlogs.html

METHOD_GET_USER_INFO
--------------------
documented officially at:
http://groups.yahoo.com/group/bloggerDev/message/315

METHOD_NEW_POST
---------------
documented officially at:
http://plant.blogger.com/api/xmlrpc_newPost.html

METHOD_SET_TEMPLATE
-------------------
documented officially at:
http://plant.blogger.com/api/xmlrpc_setTemplate.html

Hope this helps!

--- P."

Author  - Paul S. Hawke