A client for the SmartREST protocol from Cumulocity.

Dependencies:   HTTPClient SmartRest

MbedSmartRest.cpp

Committer:
vwochnik
Date:
2014-02-02
Revision:
7:26524a6a04a1

File content as of revision 7:26524a6a04a1:

 #include "MbedSmartRest.h"

MbedSmartRest::MbedSmartRest(const char* url, const char* username, const char* password, const char* identifier) : SmartRest(_client, identifier), _client(url, username, password)
{
}