#include "api.h" class nsfq_proxy_api { public: private: /* HTTP wrapper to interface with the server. */ /* Websocket used to interface with the server. */ websocket_endpoint ws_endpoint; }