Top Level Namespace

Defined Under Namespace

Modules: FlickRaw

Instance Method Summary collapse

Instance Method Details

#flickrObject

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


22
# File 'lib/flickraw.rb', line 22

def flickr; $flickraw ||= FlickRaw::Flickr.new end