Repository URL to install this package:
|
Version:
1.1.1 ▾
|
require "feedjira"
module JApiAgent::RssAgent
class StatigramFeed
include JApiAgent::Agent
api_call do |params|
Feedjira::Feed.fetch_and_parse(params)
end
end
end