Api wrapper to communicate with EVRYTHNG's Engine.

Dependencies:   EthernetInterface mbed-rtos

Dependents:   EvrythngApiExample

Files at this revision

API Documentation at this revision

Comitter:
vladounet
Date:
Thu Aug 30 13:25:41 2012 +0000
Parent:
0:d38d192c2f5f
Commit message:
Initial commit

Changed in this revision

EvrythngApi.h Show annotated file Show diff for this revision Revisions of this file
--- a/EvrythngApi.h	Thu Aug 30 13:20:01 2012 +0000
+++ b/EvrythngApi.h	Thu Aug 30 13:25:41 2012 +0000
@@ -35,7 +35,7 @@
     /*
      * Constructor
      */
-    EvrythngApi(const std::string& token, const std::string& host = "api.test.evrythng.net", int port = 80);
+    EvrythngApi(const std::string& token, const std::string& host = "api.evrythng.com", int port = 80);
 
     /*
      * Destructor