A client for the SmartREST protocol from Cumulocity.

Dependencies:   HTTPClient SmartRest

Committer:
vwochnik
Date:
Wed Apr 02 12:23:46 2014 +0000
Revision:
12:788dd934f283
Parent:
7:26524a6a04a1
fix

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vwochnik 7:26524a6a04a1 1 #include "MbedSmartRest.h"
vwochnik 7:26524a6a04a1 2
vwochnik 7:26524a6a04a1 3 MbedSmartRest::MbedSmartRest(const char* url, const char* username, const char* password, const char* identifier) : SmartRest(_client, identifier), _client(url, username, password)
vwochnik 7:26524a6a04a1 4 {
vwochnik 7:26524a6a04a1 5 }