fixed rest on cpp; added batch endpoint
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
#include <HTTPClient.h>
|
||||
|
||||
void getRequest(HTTPClient &httpClient, const String url, String &response);
|
||||
void postRequest(HTTPClient &httpClient, const String url, const String &payload, String &response);
|
||||
void getRequest(const String url, String &response);
|
||||
void postRequest(const String url, const String &payload, String &response);
|
||||
Reference in New Issue
Block a user