Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 249 Bytes

teams.md

File metadata and controls

17 lines (11 loc) · 249 Bytes

Teams

Before that setup the default client, or will inject your own client.

List Teams

teams = await club_house.teams()

Get Team by ID

id_team = 1
team = await club_house.teams.get(id_team)