From 9aca6f93ab0453cb184ea0619a77b98eb7cebb96 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 31 Jul 2020 21:24:41 +0300 Subject: [PATCH 1/2] Updated platform list --- app/config/platforms.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index 1fe1f412c..593257750 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -8,7 +8,7 @@ return [ APP_PLATFORM_CLIENT => [ 'key' => APP_PLATFORM_CLIENT, 'name' => 'Client', - 'description' => 'Client libraries for integrating with '.APP_NAME.' to build client-based applications and websites. Read the [getting started for web](/docs/getting-started-for-web) or [getting started for Flutter](/docs/getting-started-for-flutter) tutorials to start building your first application.', + 'description' => 'Client libraries for integrating with Appwrite to build client-based applications and websites. Read the [getting started for web](/docs/getting-started-for-web) or [getting started for Flutter](/docs/getting-started-for-flutter) tutorials to start building your first application.', 'enabled' => true, 'beta' => false, 'languages' => [ // TODO change key to 'sdks' @@ -143,7 +143,7 @@ return [ APP_PLATFORM_SERVER => [ 'key' => APP_PLATFORM_SERVER, 'name' => 'Server', - 'description' => 'Libraries for integrating with '.APP_NAME.' to build server side integrations. Read the [getting started for server](/docs/getting-started-for-server) tutorial to start building your first server integration.', + 'description' => 'Libraries for integrating with Appwrite to build server side integrations. Read the [getting started for server](/docs/getting-started-for-server) tutorial to start building your first server integration.', 'enabled' => true, 'beta' => false, 'languages' => [ // TODO change key to 'sdks' @@ -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, From 9e8ed344bcdd3b21c901cd98c0ec5242ac274a5c Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 1 Aug 2020 06:47:44 +0300 Subject: [PATCH 2/2] Added Deno SDK --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0900ade4..85626c8d2 100644 --- a/README.md +++ b/README.md @@ -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)