42
loading...
This website collects cookies to deliver better user experience
I prepared a small quiz for you at the end of the article, so keep reading! 👀 Do you know all of the answers? 😈
Oh man, at this point, I was already impressed by what Appwrite is capable of, and it is only the middle of this article! 🔥
// #1
let executionPromise = sdk.functions.createExecution("[FUNCTION_ID]", {
paymentType: "onetime"
});
// #2
Future result = account.create(
email: '[email protected]',
password: 'password',
);
// #3
val avatars = Avatars(client)
GlobalScope.launch {
val result = avatars.getQR(
text = "https://appwrite.io/",
)
println(result); // Resource URL
}
// #4
$health = new Health($client);
$result = $health->getTime();
# #5
from appwrite.client import Client
from appwrite.services.locale import Locale
client = Client()
locale = Locale(client)
result = locale.get()
# #6
functions = Appwrite::Functions.new(client);
response = functions.get_tag(function_id: '[FUNCTION_ID]', tag_id: '[TAG_ID]');
appwrite functions listTags --functionId="[FUNCTION_ID]" --search="[SEARCH]" --limit="0" --offset="0" --orderType="ASC"
Appwrite
over 40 times. Appwrite! If you have any questions, feel free to join Appwrite's Discord server and chat with their amazing community: https://appwrite.io/discord