sdk-generator
sdk-generator copied to clipboard
Generating SDKs for multiple programming languages and platforms ⚙️
# Title: Fix Console Logging in Storage Client Example Templates ## Description: This PR addresses an issue in the example templates for the Appwrite documentation where the console logging of...
issue reopened from: https://github.com/appwrite/sdk-generator/issues/888 ### 👟 Reproduction steps add the`.registerOAuthHandler()` Modifier to your root view in your app. Then launch the app from any deeplink url, and receive crash. ###...
## What does this PR do? Enums in Swift & Dart should be in a `loweCamelCase`. ## Test Plan N/A. ## Related PRs and Issues - #883. ### Have you...
### 👟 Reproduction steps Swift -  Dart - --- I am open to work on this issue. ### 👍 Expected behavior The enum casing should be `lowerCamelCase`. ### 👎...
## What does this PR do? - Fix Java endpoint setter - Add Java specific test ## Test Plan (Write your test plan here. If you changed any code, please...
### 🔖 Feature description ## Existing functionality To block the user from the client-sdk (such as Flutter SDK) we have to call the updateStatus() function to block the user on...
## What does this PR do? Added inline docs comments for the Android SDK templates. (Provide a description of what this PR does.) ## Test Plan (Write your test plan...
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan \- ## Related PRs and Issues https://github.com/appwrite/sdk-for-php/issues/31 ### Have you read the [Contributing...
hi i am having issues with using google oauth for login - I am using react native sdk - it all works when on expo go , but when i...
### 👟 Reproduction steps SDK update for Flutter appwrite/appwrite#13 fixed no reconnection for realtime. But it works for Android and iOS. For Deskop(MAC,WIN), reconnection does not work. if you don't...