MTG SDK Elixir v0.1.4 Mtg.Api.ListStrings View Source
Module defining the listing types API call
Link to this section Summary
Link to this section Types
Link to this type
headers() View Source
Link to this section Functions
Link to this function
call(arg)
View Source
call(arg)
View Source
call(module()) :: {:ok, [binary()]} | {:error, Mtg.Error.t()}
call(module()) :: {:ok, [binary()]} | {:error, Mtg.Error.t()}
Callback implementation for Mtg.Api.Base.call/1
.
Link to this function
get(url_path)
View Source
get(url_path)
View Source
get(binary()) :: {headers(), [map()]} | Mtg.Error.t()
get(binary()) :: {headers(), [map()]} | Mtg.Error.t()