Releases: pooranjoyb/cpp-sdk-appwrite
Releases · pooranjoyb/cpp-sdk-appwrite
v1.1.0
What's Changed
- Refactored Storage Class and Removed duplicate init of
apiKey
andprojectId
by @pooranjoyb in #26 - feat: refactored account class by @pooranjoyb in #27
- Refactoring Health Class by @sristy17 in #32
- Refacting databases & removed redundancy by @pooranjoyb in #34
- Code Refactoring: Removed duplicate
projectId
by @pooranjoyb in #35
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Appwrite C++ SDK [v1.0.0]
The first release of the Appwrite C++ SDK is here!
This SDK lets you interact with Appwrite services easily in your C++ applications.
Features
- Authentication: Manage accounts and sessions.
- Databases: CRUD operations on databases and collections.
- Storage: File uploads and downloads.
- Health: Server health checks.
Prerequisites
- Conan: Installation Guide
- CMake: v3.10 or above
- Compiler: C++11 compatible