module Github::Request::Verbs

def options_request(path, params = ParamsHash.empty)

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