Interface for invoking Salesforce.com REST calls over SSL with OAUTH authentication. This interface is designed to simplify the interaction between mbed devices and salesforce.com web services.

Dependencies:   HTTPClient-SSL MbedJSONValue

Dependents:   StatusReporter

Revision:
20:0d6abaf6d7c5
Parent:
18:7dc9b949bbc3
Child:
21:e5a4471a46fb
--- a/SalesforceInterface.h	Thu Sep 25 03:37:57 2014 +0000
+++ b/SalesforceInterface.h	Thu Sep 25 05:35:05 2014 +0000
@@ -635,6 +635,9 @@
         
         // validate that http status is in the "n" range
         bool httpResponseCodeInRange(int n);
+        
+        // min() method
+        int min(int value1,int value2);
  };
  
  #endif // _SALESFORCE_INTERFACE_H_
\ No newline at end of file