A client for the SmartREST protocol from Cumulocity.

Dependencies:   SmartRest

Fork of MbedSmartRest by Vincent Wochnik

Revision:
7:26524a6a04a1
Child:
13:e76920d5e1ec
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MbedSmartRest.h	Sun Feb 02 14:55:16 2014 +0000
@@ -0,0 +1,16 @@
+#ifndef MBEDSMARTREST_H
+#define MBEDSMARTREST_H
+
+#include "SmartRest.h"
+#include "MbedClient.h"
+
+class MbedSmartRest : public SmartRest
+{
+public:
+    MbedSmartRest(const char*, const char*, const char*, const char*);
+
+private:
+    MbedClient _client;
+};
+
+#endif
\ No newline at end of file