mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
260 B
260 B
from appwrite.client import Client from appwrite.services.avatars import Avatars
client = Client()
(client .set_project('5df5acd0d48c2') .set_key('919c2d18fb5d4...a2ae413da83346ad2') )
avatars = Avatars(client)
result = avatars.get_credit_card('amex')