Fetch live gameweek data from /event/{event_id}/live/.
Summary
Functions
Fetch the live snapshot for the given gameweek.
Functions
@spec fetch( integer(), keyword() ) :: {:ok, ExFPL.LiveSnapshot.t() | map()} | {:error, term()}
Fetch the live snapshot for the given gameweek.
Pass raw: true to receive the raw JSON-decoded map.