Main entry point for accessing Appwrite services via the C++ SDK.
More...
#include <Appwrite.hpp>
Main entry point for accessing Appwrite services via the C++ SDK.
Definition at line 18 of file Appwrite.hpp.
◆ Appwrite()
Appwrite::Appwrite |
( |
const std::string & |
projectId, |
|
|
const std::string & |
apiKey = "" |
|
) |
| |
Construct a new Appwrite instance.
- Parameters
-
projectId | The Appwrite project ID. |
apiKey | Optional API key for authenticated requests. |
◆ getAccount()
◆ getDatabases()
◆ getHealth()
Health & Appwrite::getHealth |
( |
| ) |
|
◆ getMessaging()
◆ getStorage()
The documentation for this class was generated from the following file: