Shopify.Config (exshopify v0.11.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %Shopify.Config{
  host: binary(),
  http_client: module(),
  http_client_opts: any(),
  json_codec: module(),
  port: pos_integer() | nil,
  scheme: binary(),
  version: binary()
}

Link to this section Functions

Link to this function

new(overrides \\ %{})

Specs

new(map()) :: t()