make timetable request specific date

This commit is contained in:
2025-03-31 11:27:48 +02:00
parent 522b6fa517
commit 64b4797908
4 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ 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);
json get_data_from_endpoint(std::string &endpoint, std::string data = "");
} // namespace bakaapi
#endif