class Github::Repos

def pubsubhubbub(options={}, &block)

Access to Repos::PubSubHubbub API
def pubsubhubbub(options={}, &block)
  @pubsubhubbub ||= ApiFactory.new('Repos::PubSubHubbub', current_options.merge(options), &block)
end