View Source AppStore.API.Config (App Store v0.2.0)

Summary

Functions

Build the AppStore client, used by functions in module AppStore.API

Returns the production API server URL: https://api.storekit.itunes.apple.com

Types

@type t() :: %AppStore.API.Config{
  http_client: module(),
  json_coder: module(),
  server_url: String.t()
}

Functions

@spec build(keyword()) :: t()

Build the AppStore client, used by functions in module AppStore.API

Options

@spec production_server_url() :: String.t()

Returns the production API server URL: https://api.storekit.itunes.apple.com

@spec sandbox_server_url() :: String.t()

Returns the sandbox API server URL: https://api.storekit-sandbox.itunes.apple.com