A client for the SmartREST protocol from Cumulocity.

Dependencies:   HTTPClient SmartRest

MbedSmartRest.cpp

Committer:
vwochnik
Date:
2014-04-02
Revision:
12:788dd934f283
Parent:
7:26524a6a04a1

File content as of revision 12:788dd934f283:

 #include "MbedSmartRest.h"

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