mirror of
https://github.com/appwrite/appwrite
synced 2026-05-03 03:17:20 +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')