Top Level Namespace
Defined Under Namespace
Modules: FlickRaw
Constant Summary collapse
- FlickRawOptions =
:nodoc:
{}
Instance Method Summary collapse
-
#flickr ⇒ Object
Use this to access the flickr API easily.
Instance Method Details
#flickr ⇒ Object
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
333 |
# File 'lib/flickraw.rb', line 333 def flickr; $flickraw ||= FlickRaw::Flickr.new end |