Skip to content

Commit

Permalink
Merge pull request #144 from PinguApps/143-add-server-endpoints
Browse files Browse the repository at this point in the history
added missing server endpoints to account api
  • Loading branch information
pingu2k4 authored Sep 3, 2024
2 parents 1cae481 + bf09fde commit 4f96f48
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ string emailAddressOrErrorMessage = userResponse.Result.Match(
```

## ⌛ Progress
<!-- ![35 / 288](https://progress-bar.dev/35/?scale=288&suffix=%20/%20288&width=500) -->
![Server & Client - 35 / 288](https://img.shields.io/badge/Server_&_Client-35%20%2F%20288-red?style=for-the-badge)
<!-- ![35 / 293](https://progress-bar.dev/35/?scale=293&suffix=%20/%20288&width=500) -->
![Server & Client - 35 / 293](https://img.shields.io/badge/Server_&_Client-35%20%2F%20293-red?style=for-the-badge)

<!-- ![2 / 195](https://progress-bar.dev/2/?scale=195&suffix=%20/%20195&width=300) -->
![Server - 2 / 195](https://img.shields.io/badge/Server-2%20%2F%20195-red?style=for-the-badge)
<!-- ![2 / 200](https://progress-bar.dev/2/?scale=195&suffix=%20/%20200&width=300) -->
![Server - 2 / 200](https://img.shields.io/badge/Server-2%20%2F%20200-red?style=for-the-badge)

<!-- ![33 / 93](https://progress-bar.dev/33/?scale=93&suffix=%20/%2093&width=300) -->
![Client - 33 / 93](https://img.shields.io/badge/Client-33%20%2F%2093-red?style=for-the-badge)
Expand All @@ -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
<!-- ![35 / 52](https://progress-bar.dev/35/?scale=52&suffix=%20/%2052&width=120) -->
![Account - 35 / 52](https://img.shields.io/badge/Account-35%20%2F%2052-0af0?style=for-the-badge)
<!-- ![35 / 57](https://progress-bar.dev/35/?scale=57&suffix=%20/%2052&width=120) -->
![Account - 35 / 57](https://img.shields.io/badge/Account-35%20%2F%2057-0af0?style=for-the-badge)

| Endpoint | Client | Server |
|:-:|:-:|:-:|
Expand Down Expand Up @@ -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) |||
Expand Down

0 comments on commit 4f96f48

Please sign in to comment.