Skip to main content

A simple library to interact with Salesforce REST API using OAuth 2.0 Client Credentials Flow.

Project description

SalesforceRESTAPI

A simple Python library to interact with the Salesforce REST API using OAuth 2.0 Client Credentials Flow.

Features

  • Authenticate with Salesforce using OAuth 2.0 Client Credentials
  • Basic CRUD operations (create, read, update, delete) for Salesforce objects
  • SOQL query support
  • Apex script execution via Tooling API
  • Record verification utilities

Installation

pip install SalesforceRESTAPI

Usage

from SalesforceRESTAPI import SalesforceRESTAPI

# Initialize the API client
sf = SalesforceRESTAPI()

# Authenticate
sf.authenticate(client_id='YOUR_CLIENT_ID', client_secret='YOUR_CLIENT_SECRET')

# Create a record
account_id = sf.create_record('Account', Name='Test Account', Industry='Technology')

# Get a record
account = sf.get_record('Account', account_id)

# Update a record
sf.update_record('Account', account_id, Name='Updated Name')

# Delete a record
sf.delete_record('Account', account_id)

# Run a SOQL query
results = sf.queryRecords('SELECT Id, Name FROM Account')

# Execute anonymous Apex
apex_result = sf.execute_apex('System.debug("Hello World");')

# Revoke authentication
sf.revoke()

Requirements

  • Python 3.6+
  • requests

License

MIT License. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

salesforcerestapi-0.1.2.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

salesforcerestapi-0.1.2-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file salesforcerestapi-0.1.2.tar.gz.

File metadata

  • Download URL: salesforcerestapi-0.1.2.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for salesforcerestapi-0.1.2.tar.gz
Algorithm Hash digest
SHA256 4e4bd651aa96d74aca59a6022ddf77365c7f53a2b3f9226ca453d5463f45d291
MD5 1b060c224c0848b46183f4bd3cafbdc1
BLAKE2b-256 683d61f2be23540fd42fd47682e3a49f9aa605551fd1b995d67b9ec784f18c86

See more details on using hashes here.

File details

Details for the file salesforcerestapi-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for salesforcerestapi-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 737b7781975877901e2af49a30a8367f8864d6833891b2646faed4321f2c3cfe
MD5 03b07e507e63bf3c35c74e4cb7af98d2
BLAKE2b-256 422bcab24674b56477af5544a319e4667defac1eb3a5479122bc239758e4e3d9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page