Salesforce.com interface to directly access Salesforce.com

Dependencies:   HTTPClient-SSL MbedJSONValue

Dependents:   df-2014-salesforce-hrm-k64f

Fork of SalesforceInterface by Doug Anson

Revision:
11:b6e6519688e8
Parent:
10:845ea6d00b65
Child:
12:0e7290e093df
--- a/SalesforceInterface.h	Tue Sep 23 16:15:20 2014 +0000
+++ b/SalesforceInterface.h	Tue Sep 23 16:18:58 2014 +0000
@@ -123,7 +123,7 @@
         
         /**
         Get our salesforce.com ID
-        @param fetch boolean that will direct the interface to fetch the ID if not already done (default = false)
+        @param fetch boolean that will direct the interface to fetch the ID if not already done (default = true)
         @return our salesforce ID in JSON format or NULL if in error
         */
         char *getSalesforceID(bool fetch = true);
@@ -164,7 +164,6 @@
         Salesforce.com API field creation method to create a new field within a salesforce.com object
         @param object_name name of the salesforce.com object to create the field in (i.e. "Account")
         @param field MbedJSONValue json structure that the new field will be comprised with 
-        @param output_buffer_length allocated result buffer length
         @return MbedJSONValue structure with the results of the creation operation in JSON format
         */
         MbedJSONValue createField(char *object_name,MbedJSONValue &field);