search for: blogclient

Displaying 1 result from an estimated 1 matches for "blogclient".

2006 Feb 18
0
Comparing two hashes
Ok, I''m trying to do an implementation of a blog client using rails. I''m using a nice pre-built ruby module called "blog/client" - http:// raa.ruby-lang.org/project/blogclient/ - which has some nice methods that wrap up XMLRPC/client calls and make the manipulation of structs transparent to the main application. My next task is to try and fetch the list of categories in use on the blog using the - mt_getCategoryList(@metaBlogId) - method. This returns a hash tha...