Fetch fixtures from /fixtures/, optionally filtered by gameweek.
Summary
Functions
List fixtures.
Types
Functions
@spec list(list_opts()) :: {:ok, [ExFPL.Fixture.t()] | [map()]} | {:error, term()}
List fixtures.
Pass event: gameweek_id to restrict the response to one gameweek. Pass
raw: true to receive the original list of maps with string keys instead
of ExFPL.Fixture structs.