sdk-generator
sdk-generator copied to clipboard
Generating SDKs for multiple programming languages and platforms ⚙️
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  ## 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 ``` 
## 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...
## 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...