NASFAQ/nasfaq/connections/api/api.cpp
2022-05-07 16:49:43 +02:00

12 lines
197 B
C++

#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;
}