A client for the SmartREST protocol from Cumulocity.

Dependencies:   HTTPClient SmartRest

Revision:
7:26524a6a04a1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MbedSmartRest.cpp	Sun Feb 02 14:55:16 2014 +0000
@@ -0,0 +1,5 @@
+ #include "MbedSmartRest.h"
+
+MbedSmartRest::MbedSmartRest(const char* url, const char* username, const char* password, const char* identifier) : SmartRest(_client, identifier), _client(url, username, password)
+{
+}
\ No newline at end of file