From fbd8ed2ba74ee514e2355bf0d456f89c3f598388 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 30 Aug 2020 01:59:14 -0400 Subject: add HTTPClient::MakeDELETE --- discord/http.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'discord/http.hpp') diff --git a/discord/http.hpp b/discord/http.hpp index 7a72589..b8489f9 100644 --- a/discord/http.hpp +++ b/discord/http.hpp @@ -19,6 +19,7 @@ public: HTTPClient(std::string api_base); void SetAuth(std::string auth); + void MakeDELETE(std::string path, std::function cb); void MakeGET(std::string path, std::function cb); void MakePATCH(std::string path, std::string payload, std::function cb); void MakePOST(std::string path, std::string payload, std::function cb); -- cgit v1.2.3