Overview of Our Submission
It’s apparent that Appwrite official documentation is tremendous complete, however busy builders need not all the time revisit the web site to repeat&paste the code when going to make use of a sure endpoint! So, we i.e DuoDevs created a cool VS Code extension which is able to generate the code as it’s within the documentation🥳
E.g aa
will do let person = await sdk.account.create('${1: USER_ID}', '${2: USER_EMAIL}','${3: USER_PASSWORD}');
We had been extremely impressed by a vs code extension referred to as “ES7+ React/Redux/React-Native snippets” which generate snippets for React/Redux and react-native.
It’s reside here
Submission Class:
Wacky Wildcards
Hyperlink to Code
Appwrite Snippets is a set of generally used Appwrite APIs. It will increase your pace of growth by eliminating many of the boilerplate code related to making utilizing Appwrite in your Mission.
Naming conference used
We took the ‘a’ for appwrite + first letter of every phrase within the title of endpoint
eg: afca standing for appwrite flutter create account
Pattern Prefixes
Shortcut | Description |
---|---|
as |
Appwrite sdk |
asp |
Appwrite sdk properties |
afca |
Appwrite flutter create account |
fcreateSession |
Create a brand new Account in flutter |
afuan |
Appwrite flutter replace account title |
aa |
Appwrite Account (net sdk) |
ga |
Get Account(net sdk) |
uapass |
Replace account password(net sdk) |
da |
Delete account (net sdk) |
gf |
Get file(net sdk) |
gfv |
Get file for obtain (net sdk) |
atm |
Appwrite Crew membership |
fcreateDocument |
Flutter Create a Doc object |
afud |
Appwrite flutter replace doc |
afdd |
Appwrite flutter delete doc |
fcreateTeam |
Flutter create group |
utmr |
replace group membership |
…
Extra Assets / Information
I labored with

Thank You for studying!
Completely happy Coding 🙂