Shopify.REST.Client.Hackney.request
You're seeing just the function
request
, go back to Shopify.REST.Client.Hackney module for more information.
Link to this function
request(method, url, headers, body, opts)
Specs
request( Shopify.REST.http_method_t(), String.t(), Shopify.REST.http_headers_t(), String.t(), any() ) :: {:ok, Shopify.REST.Client.response_t()} | {:error, any()}
Callback implementation for Shopify.REST.Client.request/5
.