RingCentral.HTTPClient.request

You're seeing just the callback request, go back to RingCentral.HTTPClient module for more information.
Link to this callback

request(method, url, body, headers)

View Source

Specs

request(
  method :: http_method(),
  url :: String.t(),
  body :: String.t(),
  headers :: http_headers()
) :: {:ok, RingCentral.Response.t()} | {:error, RingCentral.Error.t()}