tiny refactor

This commit is contained in:
2025-03-06 12:00:26 +01:00
parent 4f852161aa
commit 0d11dbec32
8 changed files with 47 additions and 11 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ extern CURL *curl;
namespace bakaapi {
void login(std::string username, std::string password);
void refresh_access_token();
json get_grades();
json get_data_from_endpoint(std::string endpoint);
} // namespace bakaapi