Telix v0.1.0 Telix.Client View Source

Link to this section Summary

Link to this section Types

Link to this type auth() View Source
auth ::
  %{username: binary, password: binary} |
  %{thingKey: binary, appToken: binary, appId: binary}
Link to this type t() View Source
t() :: %Telix.Client{auth: auth, endpoint: binary, session_key: binary}

Link to this section Functions

Link to this function new(auth) View Source
new(atom) :: t
new(auth) :: t
Link to this function new(auth, endpoint) View Source
new(auth, binary) :: t