test2

Dependencies:   C12832 mbed-http

Fork of Mbed-to-cybozu-kintone_get_sample by Junichi Katsu

Files at this revision

API Documentation at this revision

Comitter:
himatsumoto
Date:
Thu Aug 02 06:53:52 2018 +0000
Parent:
1:b1a105041b2b
Child:
3:90b2b824f3cf
Commit message:
test2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Aug 02 06:51:14 2018 +0000
+++ b/main.cpp	Thu Aug 02 06:53:52 2018 +0000
@@ -18,7 +18,7 @@
 const char API_TOKEN[] = "api-token";
 const char URL[] = "https://owtd6.cybozu.com/k/v1/record.json";
 
-int app_id = 2;
+int app_id = 120;
 
 // JSON simplicity parser
 char* j_paser( const char *buf , char *word , char *out )