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.
Fork of SalesforceCaseGenerator by
Revision 5:09d5df94e8ae, committed 2014-08-27
- Comitter:
- ansond
- Date:
- Wed Aug 27 20:30:06 2014 +0000
- Parent:
- 4:f506cc61e09e
- Child:
- 6:175744b497e2
- Commit message:
- updates
Changed in this revision
| SalesForceCaseGenerator.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SalesForceCaseGenerator.cpp Wed Aug 27 18:29:55 2014 +0000
+++ b/SalesForceCaseGenerator.cpp Wed Aug 27 20:30:06 2014 +0000
@@ -46,7 +46,7 @@
sprintf(data,"{\"subject\":\"%s\",\"description\":\"%s\"}",subject,description);
// covert to the HTTP data types
- HTTPText new_case(data,strlen(data)+1);
+ HTTPJson new_case(data,strlen(data)+1);
HTTPText http_result(result,BUFFER_LENGTH);
//this->m_http.basicAuth("<username>", "<password>");
