This project aims to streamline the process of making requests to the Discloud API from C++ using CURL. By providing a simplified interface, developers can easily integrate Discloud services into their C++ applications.
- Easy integration with the Discloud API.
- Utilizes CURL for efficient HTTP requests.
- Simplified functions for common API interactions.
- C++20 or later
- CURL library
- Nlohmann Json
if you haven't CURL installed, install it:
For detailed information on how to use the Discloud services, please refer to the official documentation:
Coming Soon.