mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
needs QA/TEST before even seeing TC - implement login based on returned username from web api
This commit is contained in:
Vendored
+1
-1
@@ -28,7 +28,7 @@ namespace webAPI
|
||||
{
|
||||
using namespace std;
|
||||
|
||||
string simplePost(const string &endpoint, const string &data, const string &slotName);
|
||||
string simplePost(const string &endpoint, const string &data, const string &slotName, const string &messageSlot);
|
||||
nlohmann::json request(const string &endpoint, const string &data, const int &reqType); // 1 for post, 0 for get
|
||||
size_t writeCallback(void *contents, size_t size, size_t nmemb, void *userp);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user