A client for the SmartREST protocol from Cumulocity.
Fork of MbedSmartRest by
Diff: MbedSmartRest.cpp
- Revision:
- 7:26524a6a04a1
- Child:
- 13:e76920d5e1ec
--- /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