RAA - flickr-ruby

flickr-ruby / 0.2

Short description: Ruby wrapper to the Flicker API
Category: Library/flickr
Status:
Created: 2005-04-05 14:49:49 GMT
Last update: 2005-04-05 14:49:49 GMT
Owner: Premshree Pillai (Projects of this owner)
Homepage: http://www.livejournal.com/users/premshree/60333.html
Download: http://premshree.seacrow.com/code/ruby/flickr-ruby
License: BSD
Dependency:
None
Description:

A Ruby interface to the Flickr API.

EXAMPLES:

user = User.new('18645779@N00')
user.getPhotosets

photoset = Photoset.new('4784077', '', '4784077')

photoset.create(Photo.new('4784077'), 'Test set')

group = Photo.new('6714892')
group.tags_getListPhoto

user = Search.new('18645779@N00')
user.photosSearch(['bombay', 'bangalore'])

people = Search.new
people.people_getPublicPhotos('44124329962@N01')

people = Search.new
people.favorites_getList('44124329962@N01')

Edit this project (for project owner)

back to RAA top