Yandex Disk C++ Client 1.0.0
Modern C++ client for Yandex.Disk REST API. Simple, lightweight, and static library for integrating Yandex.Disk cloud storage into C++ projects.
|
This is the complete list of members for YandexDiskClient, including all inherited members.
createDirectory(const std::string &disk_path) | YandexDiskClient | |
deleteFileOrDir(const std::string &disk_path) | YandexDiskClient | |
deleteFromTrash(const std::string &trash_path) | YandexDiskClient | |
downloadDirectory(const std::string &disk_path, const std::string &local_path) | YandexDiskClient | |
downloadFile(const std::string &download_disk_path, const std::string &local_dir) | YandexDiskClient | |
emptyTrash() | YandexDiskClient | |
exists(const std::string &disk_path) | YandexDiskClient | |
findResourcePathByName(const std::string &name, const std::string &start_path="/") | YandexDiskClient | |
findTrashPathByName(const std::string &name) | YandexDiskClient | |
formatQuotaInfo(const nlohmann::json &json) | YandexDiskClient | |
formatResourceList(const nlohmann::json &json) | YandexDiskClient | |
formatTrashResourceList(const nlohmann::json &json) | YandexDiskClient | |
getPublicDownloadLink(const std::string &disk_path) | YandexDiskClient | |
getQuotaInfo() | YandexDiskClient | |
getResourceInfo(const std::string &disk_path) | YandexDiskClient | |
getResourceList(const std::string &disk_path="/") | YandexDiskClient | |
getTrashResourceList(const std::string &trash_path="trash:/") | YandexDiskClient | |
moveFileOrDir(const std::string &from_path, const std::string &to_path, bool overwrite=false) | YandexDiskClient | |
publish(const std::string &path) | YandexDiskClient | |
renameFileOrDir(const std::string &disk_path, const std::string &new_name, bool overwrite=false) | YandexDiskClient | |
restoreFromTrash(const std::string &trash_path) | YandexDiskClient | |
unpublish(const std::string &disk_path) | YandexDiskClient | |
uploadDirectory(const std::string &disk_path, const std::string &local_path) | YandexDiskClient | |
uploadFile(const std::string &disk_dir, const std::string &local_path) | YandexDiskClient | |
YandexDiskClient(const std::string &oauth_token) | YandexDiskClient | explicit |