shopify_rest v1.0.0 Shopify.REST.Response

Link to this section Summary

Link to this section Types

Link to this type

t()

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)