salesforcer 0.1.0
First minor release of the salesforcer package currently under development. Key features include:
- OAuth 2.0 and Basic authentication methods (
sf_auth()
) - CRUD operations (Create, Retrieve, Update, Delete) methods for REST and Bulk APIs
- Query operations via REST and Bulk APIs (
sf_query()
) - Backwards compatible functions from the RForcecom package, such as:
rforcecom.login()
,rforcecom.query()
,rforcecom.create()
,rforcecom.update()
- Basic utility calls (
sf_user_info()
,sf_server_timestamp()
,sf_list_objects()
)