sdk-generator icon indicating copy to clipboard operation
sdk-generator copied to clipboard

Generating SDKs for multiple programming languages and platforms ⚙️

Results 144 sdk-generator issues
Sort by recently updated
recently updated
newest added

Adds support for new header `X-Appwrite-Warning: Invalid SDK format version requested; Wrong content-type requested` Contents can be seperated by `;` and is logged in a warning message to the console

## What does this PR do? InputFile wasn't exported so it wasn't possible to import it: This exports it so it can be imported. ## Test Plan Testing using the...

## What does this PR do? Fixes error caused by variable named as `default` in .NET SDK (`default` is keyword in .NET and can't be used as a variable name)...

## What does this PR do? Renaming the `teamUpdate` function name in deployment to the [updated](https://github.com/appwrite/appwrite/pull/5196) `teamUpdateName` one ## Test Plan Locally against `1.5.5` instance ## Related PRs and Issues...

## What does this PR do? Adding organization selection support ![image](https://github.com/appwrite/sdk-generator/assets/316103/86754c08-4ad5-476a-912e-0924d698d6e0) ## Test Plan Tested against Appwrite `1.5.5` ## Related PRs and Issues (If this PR is related to any...

Deploy all resource at once by running ```sh appwrite deploy --all --yes ``` Or select resource group by running ```sh appwrite deploy ``` ![image](https://github.com/appwrite/sdk-generator/assets/316103/98c01074-effd-4497-9240-c3addc26b646)

## What does this PR do? Adding messaging `init` & `deploy` ## Test Plan Tested against Appwrite version `1.5.5` ## Related PRs and Issues (If this PR is related to...

### What Reactoring base commands, from ```sh appwrite init collection appwrite deploy collection ``` To ```sh appwrite pull collection appwrite push collection ``` ### Tests All of this command were...

lang-js

## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...

## What does this PR do? Avoid unnecessary crashes due to unrelated incoming URLs by: - guard against existence of URL components. - guard against query parameters - validate required...