Angsuman's Java Blog

News and views from my perspective as a Chief Software Architect and CEO. Focused on Java and Web Technologies.


Thursday, June 19, 2003

Checked out (mentioned by him in a Shout Out below) http://www.jacobsen.no/anders/blog/ an interesting technical blog, not much related to software though. Personally I was intrigued by the special ring that symbolized his qualifications. Maybe we IIT'ans should have something like this :)

Quoting Paul's email to bloggerdev just for my future reference




"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." - Paul S. Hawke