module Github::Request::Verbs
def patch_request(path, params = ParamsHash.empty)
- Api: - public
def patch_request(path, params = ParamsHash.empty) Request.new(:patch, path, self).call(current_options, params) end
def patch_request(path, params = ParamsHash.empty) Request.new(:patch, path, self).call(current_options, params) end