ExFPL.Snapshot (ExFPL v0.1.0)

Copy Markdown View Source

Decoded /bootstrap-static/ response: the global ExFPL snapshot.

Contains the lists of teams, players (elements in the raw payload), events (gameweeks), plus the registered player count.

Summary

Types

t()

@type t() :: %ExFPL.Snapshot{
  events: [ExFPL.Event.t()],
  players: [ExFPL.Player.t()],
  teams: [ExFPL.Team.t()],
  total_players: integer()
}