Tentacat v0.7.2 Tentacat.Client

Summary

Types

auth ::
  %{user: binary, password: binary} |
  %{access_token: binary}
t :: %Tentacat.Client{auth: auth, endpoint: binary}

Functions

new()

Specs

new :: t
new(auth)

Specs

new(auth) :: t
new(auth, endpoint)

Specs

new(auth, binary) :: t