mbed.org implementation of the abstract SmartREST library for the Cumulocity Platform SmartREST protocol.

Dependents:   MbedSmartRestMain MbedSmartRestMain

Revision:
2:45a6e44a4fb4
Parent:
1:9a11a331e340
Child:
6:cd7ba1ddb664
--- a/MbedClient.h	Mon Jul 07 16:14:51 2014 +0200
+++ b/MbedClient.h	Mon Jul 07 17:08:02 2014 +0200
@@ -46,9 +46,10 @@
 
 class MbedClient : public AbstractClient {
 public:
-    MbedClient(const char*, uint16_t, const char*, const char*);
+    MbedClient(const char*, uint16_t);
     ~MbedClient();
 
+    uint8_t setAuthorization(const char*, const char*);
     uint8_t beginRequest();
     uint8_t sendIdentifier(const char*);
     uint8_t sendData(const DataGenerator& generator);