salesforce-python-sdk icon indicating copy to clipboard operation
salesforce-python-sdk copied to clipboard

Salesforce Python SDK

Results 5 salesforce-python-sdk issues
Sort by recently updated
recently updated
newest added

when tried to install in Python3.5, it runs but when importing it throws below error. `Python 3.5.1 (default, Jan 22 2016, 08:52:08) [GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on...

Is there any way to authenticate without providing the client_id and client_secret parameters? I.e. just supplying username, password and security token?

``` python >>> sf._connection.Contact.update(['0031a000002KTbYAAW', {'lastname': 'beep'}]) PATCH: Sending request to https://na24.salesforce.com/services/data/v33.0/sobjects/Contact/0031a000002KTbYAAW Traceback (most recent call last): File "", line 1, in File "/usr/local/python_env/local/lib/python2.7/site-packages/salesforce/api.py", line 163, in update return self.__get_api(soap).__getattr__(self.name).update(data) File...

While using British pounds for currency, during the SOAP API call to authenticate, a response is returned from Salesforce which contains this line: ``` £ ``` The login.py code tried...

- Add is_authenticated method. - Be able to authenticate the API directly.