1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

Added Deno SDK

This commit is contained in:
Eldad Fux 2020-08-01 06:48:36 +03:00
parent 3ffbde0b4e
commit 7b3adbe2b0
2 changed files with 2 additions and 1 deletions

View file

@ -115,6 +115,7 @@ Below is a list of currently supported platforms and languages. If you wish to h
#### Server
* ✅ [NodeJS](https://github.com/appwrite/sdk-for-node) (Maintained by the Appwrite Team)
* ✅ [PHP](https://github.com/appwrite/sdk-for-php) (Maintained by the Appwrite Team)
* ✅ [Deno](https://github.com/appwrite/sdk-for-deno) - **Beta** (Maintained by the Appwrite Team)
* ✅ [Ruby](https://github.com/appwrite/sdk-for-ruby) - **Beta** (Maintained by the Appwrite Team)
* ✅ [Python](https://github.com/appwrite/sdk-for-python) - **Beta** (Maintained by the Appwrite Team)
* ✅ [Go](https://github.com/appwrite/sdk-for-go) **Work in progress** (Maintained by the Appwrite Team)

View file

@ -167,7 +167,7 @@ return [
'name' => 'Deno',
'version' => '0.0.2',
'url' => 'https://github.com/appwrite/sdk-for-deno',
'enabled' => false,
'enabled' => true,
'beta' => true,
'dev' => false,
'family' => APP_PLATFORM_SERVER,