web_service: hide dependencies to private

This commit is contained in:
Weiyi Wang 2018-10-20 10:47:17 -04:00
parent 57d68bb541
commit 65ec8de31e
4 changed files with 7 additions and 5 deletions

View file

@ -8,7 +8,6 @@
#include <mutex>
#include <string>
#include <tuple>
#include <httplib.h>
#include "common/announce_multiplayer_room.h"
#include "common/common_types.h"
@ -21,6 +20,7 @@ namespace WebService {
class Client {
public:
Client(const std::string& host, const std::string& username, const std::string& token);
~Client();
/**
* Posts JSON to the specified path.