# `ExFPL.Players`
[🔗](https://github.com/sgerrand/ex_fpl/blob/main/lib/ex_fpl/players.ex#L1)

Fetch per-player history and upcoming fixtures.

# `summary`

```elixir
@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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
