Goth.HTTPClient.request
You're seeing just the callback
request
, go back to Goth.HTTPClient module for more information.
Specs
request(method(), url(), [header()], body(), opts :: keyword(), initial_state()) :: {:ok, %{status: status(), headers: [header()], body: body()}} | {:error, Exception.t()}
Callback to make an HTTP request.