Repository URL to install this package:
|
Version:
1.1.1 ▾
|
require "feedjira"
module JApiAgent::RssAgent
class FlickrFeed
include JApiAgent::Agent
api_call do |params|
JApiAgent::ContentParser::FlickrParser.parse(Feedjira::Feed.fetch_and_parse("http://api.flickr.com/services/feeds/photos_public.gne?tags=#{params[:tags]}"))
end
end
end