PlanetSide 2 API v0.1.4 PS2.API.Tree View Source

A data structure representing a tree on an API query. Create a tree using %PS2.API.Tree{} or the new/0 or new/1 functions.

Link to this section Summary

Link to this section Types

Specs

opts() :: [
  field: String.t(),
  list: boolean(),
  prefix: String.t(),
  start: String.t()
]

Specs

t() :: %PS2.API.Tree{terms: terms()}

Specs

terms() :: %{
  field: String.t(),
  list: boolean(),
  prefix: String.t(),
  start: String.t()
}

Link to this section Functions