Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HTTPClient SmartRest
MbedSmartRest.cpp@7:26524a6a04a1, 2014-02-02 (annotated)
- Committer:
- vwochnik
- Date:
- Sun Feb 02 14:55:16 2014 +0000
- Revision:
- 7:26524a6a04a1
fix
Who changed what in which revision?
| User | Revision | Line number | New 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 | } |