add komens attachments downloading functionality
/ sync-to-origin (push) Waiting to run

This commit is contained in:
2025-04-13 12:48:12 +02:00
parent 1992b0e166
commit a78f4536b2
4 changed files with 182 additions and 48 deletions
+1
View File
@@ -19,5 +19,6 @@ void login(std::string username, std::string password);
void refresh_access_token();
json get_data_from_endpoint(const std::string &endpoint, metod metod,
std::string additional_data = "");
int download_attachment(std::string id, std::string path);
} // namespace bakaapi
#endif