mirror of
https://github.com/appwrite/appwrite
synced 2026-05-02 10:57:18 +00:00
197 B
197 B
from appwrite.client import Client from appwrite.services.teams import Teams
client = Client()
(client .set_project('') .set_key('') )
teams = Teams(client)
result = teams.get('[TEAM_ID]')