1
0
Fork 0
mirror of synced 2024-07-16 03:46:02 +12:00
appwrite/app/sdks/python/docs/examples/avatars/get-flag.md

14 lines
251 B
Markdown
Raw Normal View History

2020-01-29 02:29:26 +13:00
from appwrite.client import Client
from appwrite.services.avatars import Avatars
client = Client()
(client
2020-02-16 06:53:12 +13:00
.set_project('5df5acd0d48c2')
.set_key('919c2d18fb5d4...a2ae413da83346ad2')
2020-01-29 02:29:26 +13:00
)
avatars = Avatars(client)
result = avatars.get_flag('af')