View Source PS2.API.Join (PlanetSide 2 API v0.3.5)

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

Link to this section Summary

Link to this section Types

Specs

opts() :: [
  collection: String.t(),
  on: String.t(),
  to: String.t(),
  list: boolean(),
  show: [term()],
  hide: [term()],
  inject_at: String.t(),
  outer: boolean()
]

Specs

t() :: %PS2.API.Join{collection: String.t() | nil, joins: [t()], params: map()}

Link to this section Functions