wiki_elixir v0.1.1 Wiki.Action.Session View Source

Link to this section Summary

Link to this section Types

Specs

client() :: Tesla.Client.t()

Specs

cookie() :: binary()

Specs

result() :: map()

Specs

t() :: %Wiki.Action.Session{
  client: client(),
  cookie: cookie() | nil,
  result: result()
}