Shopify.REST.Response (shopify_rest v1.1.2)

Link to this section Summary

Link to this section Types

Specs

t() :: %Shopify.REST.Response{
  body: map() | String.t(),
  headers: Shopify.REST.http_headers_t(),
  private: map(),
  status_code: pos_integer()
}

Link to this section Functions

Link to this function

new(response, private, config)

Specs