#include "../include/API.h" API::API(){ //TODO: implement API constructor } JSONVar* API::connect(){ JSONVar* sortie = new JSONVar(); //TODO: implement connect methods return sortie; }