NASFAQ/nasfaq/connections/api/api.cpp

12 lines
197 B
C++
Raw Normal View History

2022-05-07 14:49:43 +00:00
#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;
}