A client for the SmartREST protocol from Cumulocity.

Dependencies:   SmartRest

Fork of MbedSmartRest by Vincent Wochnik

Revision:
13:e76920d5e1ec
Parent:
7:26524a6a04a1
--- a/MbedSmartRest.cpp	Wed Apr 02 12:23:46 2014 +0000
+++ b/MbedSmartRest.cpp	Fri Apr 11 09:33:45 2014 +0000
@@ -1,5 +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)
+MbedSmartRest::MbedSmartRest(const char* host, uint16_t port, const char* username, const char* password, const char* identifier) : SmartRest(_client, identifier), _client(host, port, username, password)
 {
 }
\ No newline at end of file