kintone REST API sample

Dependencies:   C12832 HTTPClient LM75B SNICInterface mbed-rtos mbed

Revision:
2:de803d46330e
Parent:
1:875f37e8e786
Child:
3:57ffcb4c9f5d
--- a/main.cpp	Wed Aug 23 09:33:23 2017 +0000
+++ b/main.cpp	Thu Aug 24 02:13:46 2017 +0000
@@ -1,11 +1,10 @@
-#define API_TOKEN            "xxx"
+#define POST_URL             "https://{subdomain}.cybozu.com/k/v1/record.json"
 #define APP_ID               xxx
-#define POST_URL             "https://{subdomain}.cybozu.com/k/v1/record.json"
+#define API_TOKEN            "xxx"
 #define DEMO_AP_SSID         "xxx"
 #define DEMO_AP_SECUTIRY_KEY "xxx"
 
 #include "mbed.h"
-
 #include "LM75B.h"
 #include "C12832.h"
 #include "HTTPClient.h"