add main komes reading
/ sync-to-origin (push) Waiting to run

This commit is contained in:
2025-04-09 23:43:00 +02:00
parent e4d67c2163
commit fe9735fe58
6 changed files with 115 additions and 32 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ extern CURL *curl;
namespace bakaapi {
void login(std::string username, std::string password);
void refresh_access_token();
json get_data_from_endpoint(std::string &endpoint, metod metod,
json get_data_from_endpoint(const std::string &endpoint, metod metod,
std::string additional_data = "");
} // namespace bakaapi
#endif