Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu2k4 committed Oct 11, 2024
1 parent 00e6d36 commit a9ea13a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ string emailAddressOrErrorMessage = userResponse.Result.Match(

## ⌛ Progress
<!-- `red` for first third, `gold` for second third, `forestgreen` for final third -->
![Server & Client - 86 / 291](https://img.shields.io/badge/Server_&_Client-86%20%2F%20291-red?style=for-the-badge)
![Server & Client - 87 / 291](https://img.shields.io/badge/Server_&_Client-87%20%2F%20291-red?style=for-the-badge)

![Server - 42 / 201](https://img.shields.io/badge/Server-42%20%2F%20201-red?style=for-the-badge)
![Server - 43 / 201](https://img.shields.io/badge/Server-43%20%2F%20201-red?style=for-the-badge)

![Client - 44 / 90](https://img.shields.io/badge/Client-44%20%2F%2090-gold?style=for-the-badge)

Expand Down Expand Up @@ -208,7 +208,7 @@ string emailAddressOrErrorMessage = userResponse.Result.Match(
| [Create Phone Verification (Confirmation)](https://appwrite.io/docs/references/1.6.x/client-rest/account#updatePhoneVerification) ||| |

### Users
![Account - 31 / 41](https://img.shields.io/badge/Users-31%20%2F%2041-forestgreen?style=for-the-badge)
![Account - 32 / 41](https://img.shields.io/badge/Users-32%20%2F%2041-forestgreen?style=for-the-badge)

| Endpoint | Client | Server |
|:-:|:-:|:-:|
Expand Down Expand Up @@ -242,7 +242,7 @@ string emailAddressOrErrorMessage = userResponse.Result.Match(
| [Get User Preferences](https://appwrite.io/docs/references/1.6.x/server-rest/users#getPrefs) |||
| [Update User Preferences](https://appwrite.io/docs/references/1.6.x/server-rest/users#updatePrefs) |||
| [List User Sessions](https://appwrite.io/docs/references/1.6.x/server-rest/users#listSessions) |||
| [Create Session](https://appwrite.io/docs/references/1.6.x/server-rest/users#createSession) || |
| [Create Session](https://appwrite.io/docs/references/1.6.x/server-rest/users#createSession) || |
| [Delete User Sessions](https://appwrite.io/docs/references/1.6.x/server-rest/users#deleteSessions) |||
| [Delete User Session](https://appwrite.io/docs/references/1.6.x/server-rest/users#deleteSession) |||
| [Update User Status](https://appwrite.io/docs/references/1.6.x/server-rest/users#updateStatus) |||
Expand Down

0 comments on commit a9ea13a

Please sign in to comment.