ESP_IOT v2.5
IOT ESP Coding
RESTMessaging.h
Go to the documentation of this file.
1
2#ifndef RESTMessaging_h
3#define RESTMessaging_h
4#include "../../Defines.h"
5
6#ifdef USE_REST_MESSAGING
7
8//! setup the connection to SemanticMarker.org
9void setupSecureRESTCall();
10
11//! these are sent to SemanticMarker.org and use that hosts security
12void sendSecureRESTCall(String message);
13#endif
14
15#endif //REST_MESSAGING_h