The sandbox parameter is no longer supported by simple-salesforce. This change keeps the sandbox parameter for salesforce-bulk while also introducing the domain parameter from simple-salesforce. If the sandbox parameter is provided it will be converted to the a domain parameter value of 'test', any value passed to domain will be passed straight through to simple-salesforce as is.
The
sandbox
parameter is no longer supported by simple-salesforce. This change keeps thesandbox
parameter for salesforce-bulk while also introducing thedomain
parameter from simple-salesforce. If thesandbox
parameter is provided it will be converted to the adomain
parameter value of'test'
, any value passed todomain
will be passed straight through to simple-salesforce as is.Closes: #85 Closes: #80 Closes: #63 Closes: #81 Closes: #76