Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu2k4 committed Aug 11, 2024
1 parent 2a1a552 commit 3ddb0dd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ string emailAddressOrErrorMessage = userResponse.Result.Match(
```

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

<!-- ![28 / 93](https://progress-bar.dev/28/?scale=93&suffix=%20/%2093&width=300) -->
![Client - 28 / 93](https://img.shields.io/badge/Client-28%20%2F%2093-red?style=for-the-badge)
<!-- ![29 / 93](https://progress-bar.dev/29/?scale=93&suffix=%20/%2093&width=300) -->
![Client - 29 / 93](https://img.shields.io/badge/Client-29%20%2F%2093-red?style=for-the-badge)

### 🔑 Key
| Icon | Definition |
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
<!-- ![30 / 52](https://progress-bar.dev/30/?scale=52&suffix=%20/%2052&width=120) -->
![Account - 30 / 52](https://img.shields.io/badge/Account-30%20%2F%2052-yellow?style=for-the-badge)
<!-- ![31 / 52](https://progress-bar.dev/31/?scale=52&suffix=%20/%2052&width=120) -->
![Account - 31 / 52](https://img.shields.io/badge/Account-31%20%2F%2052-yellow?style=for-the-badge)

| Endpoint | Client | Server |
|:-:|:-:|:-:|
Expand Down Expand Up @@ -184,7 +184,7 @@ string emailAddressOrErrorMessage = userResponse.Result.Match(
| [Update Preferences](https://appwrite.io/docs/references/1.5.x/client-rest/account#updatePrefs) |||
| [Create Password Recovery](https://appwrite.io/docs/references/1.5.x/client-rest/account#createRecovery) |||
| [Create Password Recovery (Confirmation)](https://appwrite.io/docs/references/1.5.x/client-rest/account#updateRecovery) |||
| [List Sessions](https://appwrite.io/docs/references/1.5.x/client-rest/account#listSessions) | ||
| [List Sessions](https://appwrite.io/docs/references/1.5.x/client-rest/account#listSessions) | ||
| [Delete Sessions](https://appwrite.io/docs/references/1.5.x/client-rest/account#deleteSessions) |||
| [Create Anonymous Session](https://appwrite.io/docs/references/1.5.x/client-rest/account#createAnonymousSession) |||
| [Create Email Password Session](https://appwrite.io/docs/references/1.5.x/client-rest/account#createEmailPasswordSession) |||
Expand Down

0 comments on commit 3ddb0dd

Please sign in to comment.