A client for the SmartREST protocol from Cumulocity.

Dependencies:   SmartRest

Fork of MbedSmartRest by Vincent Wochnik

Revision:
13:e76920d5e1ec
Parent:
7:26524a6a04a1
--- a/MbedSmartRest.h	Wed Apr 02 12:23:46 2014 +0000
+++ b/MbedSmartRest.h	Fri Apr 11 09:33:45 2014 +0000
@@ -7,7 +7,7 @@
 class MbedSmartRest : public SmartRest
 {
 public:
-    MbedSmartRest(const char*, const char*, const char*, const char*);
+    MbedSmartRest(const char*, uint16_t, const char*, const char*, const char*);
 
 private:
     MbedClient _client;