class Github::Repos
def hooks(options={}, &block)
def hooks(options={}, &block) @hooks ||= ApiFactory.new('Repos::Hooks', current_options.merge(options), &block) end
def hooks(options={}, &block) @hooks ||= ApiFactory.new('Repos::Hooks', current_options.merge(options), &block) end