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