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

244 B

import Appwrite

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

let locale = Locale(client)

let currencyList = try await locale.listCurrencies()