Skip to content

Commit 89e28f0

Browse files
committed
docs:health+account
1 parent 8aa9f65 commit 89e28f0

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/Account.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Class: Account
2+
Works around with User Account in Appwrite
3+
4+
### Core
5+
6+
| Method Name | Usage | Link |
7+
|-------------|------------------------------------------------------------------------------------------------|--------------------------------------------------------|
8+
| `createAccount()` | Creates an account in the Appwrite project. | [Example](/examples/health/createAccount.cpp) |
9+
| `createSession()` | Creates an session in the Appwrite project. | [Example](/examples/health/createSession.cpp) |

docs/Health.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,16 @@ Works around with Health Checks in Appwrite
1010
| `getCache()` | Fetches the cache status in the Appwrite project. | [Example](/examples/health/getCache.cpp) |
1111
| `getDB()` | Fetches the DB in the Appwrite project. | [Example](/examples/health/getDB.cpp) |
1212
| `getPubSub()` | Fetches the PubSub status in the Appwrite project. | [Example](/examples/health/getPubSub.cpp) |
13+
| `getStorage()` | Fetches the Storage status in the Appwrite project. | [Example](/examples/health/getStorage.cpp) |
14+
| `getStorageLocal()` | Fetches the Local storage status in the Appwrite project. | [Example](/examples/health/getStorageLocal.cpp) |
15+
| `getTime()` | Fetches the time status in the Appwrite project. | [Example](/examples/health/getTime.cpp) |
16+
| `getQueue()` | Fetches the queue status in the Appwrite project. | [Example](/examples/health/getQueue.cpp) |
17+
| `getCertificate()` | Fetches the certificate status in the Appwrite project. | [Example](/examples/health/params/getCertificate.cpp) |
18+
| `getQueueMails()` | Fetches the queue mails status in the Appwrite project. | [Example](/examples/health/params/getQueueMails.cpp) |
19+
| `getQueueCertificates()` | Fetches the Queue Certificates status in the Appwrite project. | [Example](/examples/health/params/getQueueCertificates.cpp) |
20+
| `getQueueBuilds()` | Fetches the Queue Builds status in the Appwrite project. | [Example](/examples/health/params/getQueueBuilds.cpp) |
21+
| `getQueueMessaging()` | Fetches the Queue Messaging status in the Appwrite project. | [Example](/examples/health/params/getQueueMessaging.cpp) |
22+
| `getQueueMigrations()` | Fetches the Queue Migrations status in the Appwrite project. | [Example](/examples/health/params/getQueueMigrations.cpp) |
23+
| `getQueueFunctions()` | Fetches the Queue Functions status in the Appwrite project. | [Example](/examples/health/params/getQueueFunctions.cpp) |
24+
| `getQueueUsageWebhooks()` | Fetches the Queue Usage Webhooks status in the Appwrite project. | [Example](/examples/health/params/getQueueUsageWebhooks.cpp) |
25+
| `getQueueUsageDump()` | Fetches the Queue Usage Dump status in the Appwrite project. | [Example](/examples/health/params/getQueueUsageDump.cpp) |

0 commit comments

Comments
 (0)