tinance2-doorbot/include/webhooks.h

7 lines
162 B
C
Raw Normal View History

2024-01-30 17:21:48 +00:00
#ifndef WEBHOOKS_H
#define WEBHOOKS_H
#include <HTTPClient.h>
extern HTTPClient webhooks_http;
extern void ExecuteHTTPRequest(String url);
#endif