From bdb4e98123b114f1bc39c15e137ef68a18c5ee44 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 9 Jun 2021 21:00:52 +0530 Subject: [PATCH] feat: added namespace --- app/tasks/sdks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/tasks/sdks.php b/app/tasks/sdks.php index adc50392cf..96f8742296 100644 --- a/app/tasks/sdks.php +++ b/app/tasks/sdks.php @@ -155,6 +155,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND $sdk ->setName($language['name']) + ->setNamespace('io appwrite') ->setDescription("Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way. Use the {$language['name']} SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)") ->setShortDescription('Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API') ->setLicense($license)