Thread

Posted on Wed Sep 28 23:25:01 2005 by markthomas
How is this different?
How is this module different from the one or two others that perform a similar function? In other words, was there something about Flickr::API or the other Flickr modules that you didn't like (other than pollution of the top-level namespace)?
Direct Responses: 2897 | Write a response
Posted on Sat Sep 2 07:57:05 2006 by ascope in response to 1073
Re: How is this different?
It's a wrapper for Flickr::API, and a base class for other Flickr related libraries, that does two things, principally :

* Throttling of API calls

* Test API responses for errors and to return objects that can be queried using XPath rather than the freakish moon-language tree/hash objects that Cal favours.

It also sets up logging facilities and handles a couple other mundane tasks that you need to do when using the Flickr API.
Write a response