shopify_rest v1.1.0 Shopify.REST.Config

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Shopify.REST.Config{
  access_token: String.t(),
  headers: [{String.t(), any()}],
  host: String.t(),
  http_client: module(),
  http_client_opts: any(),
  json_codec: module(),
  limiter: atom() | boolean(),
  limiter_opts: Keyword.t(),
  path: String.t(),
  port: String.t(),
  protocol: String.t(),
  retry: boolean(),
  retry_opts: Keyword.t(),
  shop: String.t(),
  version: String.t()
}

Link to this section Functions

Link to this function

new(config \\ %{})

new(map()) :: t()