From bf09fde35e7f47611cbb7a3236ccfd349aaa4805 Mon Sep 17 00:00:00 2001 From: Matthew Parker Date: Tue, 3 Sep 2024 18:34:11 +0100 Subject: [PATCH] added missing server endpoints to account api --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0387071a..12cd05f7 100644 --- a/README.md +++ b/README.md @@ -138,11 +138,11 @@ string emailAddressOrErrorMessage = userResponse.Result.Match( ``` ## ⌛ Progress - -![Server & Client - 35 / 288](https://img.shields.io/badge/Server_&_Client-35%20%2F%20288-red?style=for-the-badge) + +![Server & Client - 35 / 293](https://img.shields.io/badge/Server_&_Client-35%20%2F%20293-red?style=for-the-badge) - -![Server - 2 / 195](https://img.shields.io/badge/Server-2%20%2F%20195-red?style=for-the-badge) + +![Server - 2 / 200](https://img.shields.io/badge/Server-2%20%2F%20200-red?style=for-the-badge) ![Client - 33 / 93](https://img.shields.io/badge/Client-33%20%2F%2093-red?style=for-the-badge) @@ -155,8 +155,8 @@ string emailAddressOrErrorMessage = userResponse.Result.Match( | ❌ | There is currently no intention to implement the endpoint for the given SDK type (client or server) | ### Account - -![Account - 35 / 52](https://img.shields.io/badge/Account-35%20%2F%2052-0af0?style=for-the-badge) + +![Account - 35 / 57](https://img.shields.io/badge/Account-35%20%2F%2057-0af0?style=for-the-badge) | Endpoint | Client | Server | |:-:|:-:|:-:| @@ -186,12 +186,12 @@ string emailAddressOrErrorMessage = userResponse.Result.Match( | [Create Password Recovery (Confirmation)](https://appwrite.io/docs/references/1.6.x/client-rest/account#updateRecovery) | ✅ | ❌ | | [List Sessions](https://appwrite.io/docs/references/1.6.x/client-rest/account#listSessions) | ✅ | ❌ | | [Delete Sessions](https://appwrite.io/docs/references/1.6.x/client-rest/account#deleteSessions) | ✅ | ❌ | -| [Create Anonymous Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#createAnonymousSession) | ✅ | ❌ | -| [Create Email Password Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#createEmailPasswordSession) | ✅ | ❌ | -| [Update Magic URL Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#updateMagicURLSession) | ⬛ | ❌ | +| [Create Anonymous Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#createAnonymousSession) | ✅ | ⬛ | +| [Create Email Password Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#createEmailPasswordSession) | ✅ | ⬛ | +| [Update Magic URL Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#updateMagicURLSession) | ⬛ | ⬛ | | [Create OAuth2 Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#createOAuth2Session) | ✅ | ❌ | -| [Update Phone Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#updatePhoneSession) | ⬛ | ❌ | -| [Create Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#createSession) | ✅ | ❌ | +| [Update Phone Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#updatePhoneSession) | ⬛ | ⬛ | +| [Create Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#createSession) | ✅ | ⬛ | | [Get Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#getSession) | ✅ | ❌ | | [Update Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#updateSession) | ✅ | ❌ | | [Delete Session](https://appwrite.io/docs/references/1.6.x/client-rest/account#deleteSession) | ⬛ | ❌ |