8000 GitHub - charleselliott/salesforce-utils: Utilities for using the Salesforce.com SOAP API and loading test data.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

charleselliott/salesforce-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salesforce Utils

This package contains some utility functions for working with the Salesforce Batch (SOAP) API.

SalesforceBatch

The SalesforceBatch class provides a quick way to interact with your salesforce data.

< set SF_CLIENT vars in your env>
> from salesforce_utils import SalesforceBatch
> sf = SalesforceBatch(username=?, password=?)
> sf

data_loader

The salesforce_utils.data.data_loader module implements a script for loading random data into a Salesforce instance.

Salesforce Oauth Request

<make sure SF_CLIENT vars are set in your env>
import salesforce_oauth_request

login = salesforce_oauth_request.login(username=??, password=??)

About

Utilities for using the Salesforce.com SOAP API and loading test data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0