SquareUp.Client (SquareUp v0.1.1) View Source

Link to this section Summary

Link to this section Types

Specs

response(success) :: {:ok, success} | {:error, any()}

Specs

t() :: %SquareUp.Client{
  access_token: term(),
  application_id: term(),
  base_path: term(),
  hackney_opts: term()
}

Link to this section Functions

Link to this function

call(client, call, opts \\ [])

View Source