marks base

This commit is contained in:
2024-11-29 18:26:02 +01:00
parent 1bc3dc9537
commit e5c2ae6da5
5 changed files with 57 additions and 24 deletions
+5
View File
@@ -1,7 +1,12 @@
#include <curl/curl.h>
#include <nlohmann/json.hpp>
#include <string>
using nlohmann::json;
extern CURL *curl;
namespace bakaapi {
void login(std::string username, std::string password);
void refresh_access_token();
json get_grades();
} // namespace bakaapi