ExFPL.MyTeam (ExFPL v0.1.0)

Copy Markdown View Source

Decoded /my-team/{team_id}/ response — the authenticated user's current team selection, chip status, and pending transfer information.

This is an authenticated endpoint; see ExFPL.Session.

Summary

Types

t()

@type t() :: %ExFPL.MyTeam{
  chips: [map()],
  picks: [ExFPL.Pick.t()],
  transfers: map() | nil
}