diff options
Diffstat (limited to 'discord/httpclient.hpp')
-rw-r--r-- | discord/httpclient.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/discord/httpclient.hpp b/discord/httpclient.hpp index 8038334..81723b8 100644 --- a/discord/httpclient.hpp +++ b/discord/httpclient.hpp @@ -11,7 +11,9 @@ class HTTPClient { public: - HTTPClient(std::string api_base); + HTTPClient(); + + void SetBase(const std::string &url); void SetUserAgent(std::string agent); void SetAuth(std::string auth); |