mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
223 B
223 B
from appwrite.client import Client from appwrite.services.avatars import Avatars
client = Client()
(client .set_project('') .set_key('') )
avatars = Avatars(client)
result = avatars.get_image('https://example.com')