class Object

Public Instance Methods

flickr() click to toggle source

Use this to access the flickr API easily. You can type directly the flickr requests as they are described on the flickr website.

require 'flickraw'

recent_photos = flickr.photos.getRecent
puts recent_photos[0].title
# File lib/flickraw.rb, line 20
def flickr; $flickraw ||= FlickRaw::Flickr.new end