Skip to content

Commit ada9d46

Browse files
committed
chore: update Rust SDK to 0.3.0
1 parent 643db32 commit ada9d46

445 files changed

Lines changed: 43 additions & 10867 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- Health service with 24 methods
3333
- Locale service with 8 methods
3434
- Messaging service with 56 methods
35-
- Project service with 25 methods
35+
- Project service with 26 methods
3636
- Sites service with 25 methods
3737
- Storage service with 13 methods
3838
- TablesDB service with 69 methods
3939
- Teams service with 13 methods
4040
- Tokens service with 5 methods
41-
- Users service with 48 methods
41+
- Users service with 49 methods
4242
- Webhooks service with 6 methods
4343

4444
### Services
@@ -439,6 +439,7 @@ The Project service allows you to manage all the projects in your Appwrite serve
439439
- `get_key()` - Get a key by its unique ID.
440440
- `update_key()` - Update a key by its unique ID. Use this endpoint to update the name, scopes, or expiration time of an API key.
441441
- `delete_key()` - Delete a key by its unique ID. Once deleted, the key can no longer be used to authenticate API calls.
442+
- `update_labels()` - Update the project labels. Labels can be used to easily filter projects in an organization.
442443
- `list_platforms()` - Get a list of all platforms in the project. This endpoint returns an array of all platforms and their configurations.
443444
- `create_android_platform()` - Create a new Android platform for your project. Use this endpoint to register a new Android platform where your users will run your application which will interact with the Appwrite API.
444445
- `update_android_platform()` - Update an Android platform by its unique ID. Use this endpoint to update the platform's name or application ID.
@@ -668,6 +669,9 @@ The Users service allows you to manage your project users.
668669
- `update_impersonator()` - Enable or disable whether a user can impersonate other users. When impersonation headers are used, the request runs as the target user for API behavior, while internal audit logs still attribute the action to the original impersonator and store the impersonated target details only in internal audit payload data.
669670

670671
- `create_jwt()` - Use this endpoint to create a JSON Web Token for user by its unique ID. You can use the resulting JWT to authenticate on behalf of the user. The JWT secret will become invalid if the session it uses gets deleted.
672+
- `update_labels()` - Update the user labels by its unique ID.
673+
674+
Labels can be used to grant access to resources. While teams are a way for user's to share access to a resource, labels can be defined by the developer to grant access without an invitation. See the [Permissions docs](https://appwrite.io/docs/permissions) for more info.
671675
- `list_logs()` - Get the user activity logs list by its unique ID.
672676
- `list_memberships()` - Get the user membership list by its unique ID.
673677
- `update_mfa()` - Enable or disable MFA on a user account.

docs/examples/account/create-anonymous-session.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/examples/account/create-email-password-session.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/examples/account/create-email-token.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/examples/account/create-email-verification.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/examples/account/create-jwt.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/examples/account/create-magic-url-token.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/examples/account/create-mfa-authenticator.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/examples/account/create-mfa-challenge.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/examples/account/create-mfa-recovery-codes.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)