module Github::Request

def get(path, params={}, options={})

def get(path, params={}, options={})
  request(:get, path, params, options)
end