Fetch per-player history and upcoming fixtures.
Summary
Functions
Fetch a player's summary (/element-summary/{player_id}/).
Functions
@spec summary( integer(), keyword() ) :: {:ok, ExFPL.PlayerSummary.t() | map()} | {:error, term()}
Fetch a player's summary (/element-summary/{player_id}/).
Pass raw: true to receive the raw JSON-decoded map.