1
0
Fork 0
mirror of synced 2024-09-18 10:29:47 +12:00
appwrite/docs/examples/1.2.x/client-apple/examples/avatars/get-initials.md
2022-12-26 13:17:28 +01:00

242 B

import Appwrite

let client = Client() .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint .setProject("5df5acd0d48c2") // Your project ID

let avatars = Avatars(client)

let byteBuffer = try await avatars.getInitials()