Patrick Reagan
Patrick Reagan
For example, this url: http://www.flickr.com/people/reagent/ Is for a user with the username 'the_reagent', not 'reagent' -- A call to Fleakr.resource_from_url with this URL returns the wrong user.
When calling people.getPublicPhotos, there are some additional options that can be passed (namely the URLs to the images). The call to getting these photos should always use the relevant extra...
When there is information available for a photo, this should be used to construct the image URL instead of making an API call. See the [URL documentation](http://www.flickr.com/services/api/misc.urls.html) for examples on...
Photo search has options similar to those when getting public photos for a user (see the [documentation](http://www.flickr.com/services/api/flickr.photos.search.html)). The library should pass the relevant options (e.g. image URLs) through instead of...
Document feature enhancements -- consider moving from RDOC to Markdown.