ExFPL.PlayerSummary (ExFPL v0.1.0)

Copy Markdown View Source

Decoded /element-summary/{player_id}/ response.

fixtures is a list of upcoming fixtures, history is the per-gameweek history for the current season, and history_past summarises previous seasons. Items in each list are plain maps with the API's original string keys preserved.

Summary

Types

t()

@type t() :: %ExFPL.PlayerSummary{
  fixtures: [map()],
  history: [map()],
  history_past: [map()]
}