From efd8f05b287a9cd0b577b121a0407d03e323c772 Mon Sep 17 00:00:00 2001 From: ComradeCrow Date: Tue, 16 May 2023 16:42:41 -0700 Subject: session testing --- src/invapi.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/invapi.hpp') diff --git a/src/invapi.hpp b/src/invapi.hpp index 3f07436..3fb4c05 100644 --- a/src/invapi.hpp +++ b/src/invapi.hpp @@ -2,6 +2,7 @@ #define INVAPI_H #include #include +#include #include "sqliteinterface.hpp" @@ -14,9 +15,12 @@ class InvidiousApi { static void saveInstancesToDb(SqliteInterface& sqldb); std::string getInstance(); void setInstance(const std::string& newUrl); + + void test(); private: std::string instanceUrl; + cpr::Session session; }; -- cgit 1.4.1-2-gfad0