kintone REST API sample

Dependencies:   C12832 HTTPClient LM75B SNICInterface mbed-rtos mbed

Revision:
1:875f37e8e786
Parent:
0:a064b2730f3e
Child:
2:de803d46330e
--- a/main.cpp	Wed Aug 23 09:32:13 2017 +0000
+++ b/main.cpp	Wed Aug 23 09:33:23 2017 +0000
@@ -1,8 +1,8 @@
-#define API_TOKEN            "VW5oiwBP5WjYcof4Xp5bqnOn7PUyCNX4qNrV3Ufg"
-#define APP_ID               839
-#define POST_URL             "https://cy-takeuchi.cybozu.com/k/v1/record.json"
-#define DEMO_AP_SSID         "304ZTa-952557"
-#define DEMO_AP_SECUTIRY_KEY "0649297a"
+#define API_TOKEN            "xxx"
+#define APP_ID               xxx
+#define POST_URL             "https://{subdomain}.cybozu.com/k/v1/record.json"
+#define DEMO_AP_SSID         "xxx"
+#define DEMO_AP_SECUTIRY_KEY "xxx"
 
 #include "mbed.h"