class Github::GitData

def references(options={}, &block)

Access to GitData::References API
def references(options={}, &block)
  @references ||= ApiFactory.new('GitData::References', current_options.merge(options), &block)
end