semilimes mcu sdk 0.1
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
defines.h
1#ifndef _include_h_
2#define _include_h_
3
4#include "utility/SME_JSON.h"
5
6#define accept "application/json"
7#define contentType "application/json"
8#define authType "Bearer "
9
10#define wsEP "/service/ws"
11#define wsClientEP "/wsclient"
12#define wsHost "api.semilimes.net"
13#define wsPort 443
14
15#define httpsUrl "https://api.semilimes.net"
16#define communication_channel_my "/communication/channel/my"
17#define communication_channel "/communication/channel"
18#define communication_channel_create "/communication/channel/create"
19#define communication_channel_message "/communication/channel/message"
20#define communication_channel_message_send "/communication/channel/message/send"
21#define communication_channel_update "/communication/channel/message/update"
22#define communication_channel_subscribe "/communication/channel/subscribe"
23#define communication_channel_unsubscribe "/communication/channel/unsubscribe"
24#define communication_bucket "/communication/bucket"
25#define communication_bucket_update "/communication/bucket/update"
26#define communication_bucket_like "/communication/bucket/like"
27#define communication_bucket_unlike "/communication/bucket/unlike"
28#define communication_p2p "/communication/p2p"
29#define communication_p2p_message "/communication/p2p/message"
30#define communication_p2p_message_send "/communication/p2p/message/send"
31#define communication_p2p_message_update "/communication/p2p/message/update"
32#define communication_p2p_message_reaction_send "/communication/p2p/message/reaction/send"
33#define communication_p2p_message_reaction_remove "/communication/p2p/message/reaction/remove"
34#define communication_p2p_message_reply "/communication/p2p/message/reply"
35#define communication_groupchat "/communication/groupchat"
36#define communication_groupchat_create "/communication/groupchat/create"
37#define communication_groupchat_message "/communication/groupchat/message"
38#define communication_groupchat_invite "/communication/groupchat/invite"
39#define communication_groupchat_message_send "/communication/groupchat/message/send"
40#define communication_groupchat_message_update "/communication/groupchat/message/update"
41#define communication_groupchat_message_reaction_send "/communication/groupchat/message/reaction/send"
42#define communication_groupchat_message_reaction_remove "/communication/groupchat/message/reaction/remove"
43#define communication_groupchat_message_reply "/communication/groupchat/message/reply"
44
45#endif;