#ifndef API_H #define API_H #include class API { public: API(); JSONVar* connect(); }; #endif