Contents

simple-salesforce 1.12.5

0

A basic Salesforce.com REST API client.

A basic Salesforce.com REST API client.

Stars: 1589, Watchers: 1589, Forks: 654, Open Issues: 194

The simple-salesforce/simple-salesforce repo was created 11 years ago and the last code push was 6 days ago.
The project is very popular with an impressive 1589 github stars!

How to Install simple-salesforce

You can install simple-salesforce using pip

pip install simple-salesforce

or add it to a project with poetry

poetry add simple-salesforce

Package Details

Author
Nick Catalano
License
Apache 2.0
Homepage
https://github.com/simple-salesforce/simple-salesforce
PyPi:
https://pypi.org/project/simple-salesforce/
GitHub Repo:
https://github.com/simple-salesforce/simple-salesforce

Classifiers

  • Internet/WWW/HTTP
No  simple-salesforce  pypi packages just yet.

Errors

A list of common simple-salesforce errors.

Code Examples

Here are some simple-salesforce code examples and snippets.

GitHub Issues

The simple-salesforce package has 194 open issues on GitHub

  • Issue 523: Add kwargs to query_more call in query_all_iter
  • query_all_iter method does not pass **kwargs to query_more
  • Strip leading v from api_version
  • Added Tableau CRM(Einstein Analytics/Wave Analytics) API support
  • Add auto-completion for SObject names
  • Okta Integration
  • Set_password – Resource not found
  • FEAT: refresh sessions automatically
  • SOAP API 7 is retired, but likely still in use even 1.11.4
  • Explicitly encode XML as UTF-8.
  • Unable to fetch deleted record using SOQL query ?

See more issues on GitHub

Related Packages & Articles

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

apispec 6.6.0

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production