Top Level Namespace

Defined Under Namespace

Modules: FlickRaw

Constant Summary collapse

FlickRawOptions =

:nodoc:

{}

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.title



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

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