tbl_df
containing all of the successful records, error records, and unprocessed recordssf_create()
routes into sf_create_soap()
, sf_create_rest()
, and sf_bulk_operation()
.sf_search()
with REST and SOAP API support for SOSL and free text searchsf_describe_objects()
with REST and SOAP API to return object metadatasf_upsert()
)sf_create()
sf_update()
sf_delete()
sf_retrieve()
sf_create_metadata()
sf_read_metadata()
sf_update_metadata()
sf_upsert_metadata()
sf_delete_metadata()
sf_describe_metadata()
sf_list_metadata()
sf_rename_metadata()
sf_retrieve_metdata()
sf_deploy_metdata()
.httr-oauth-salesforcer
so that it does not clash with other package token namessf_user_info()
returning argument is of length zero
because token is not automatically refreshed before calling GET
sf_token()
ignoring basic auth’ed sessions since it was only looking for a token using token_avaiable()
. Replace with sf_auth_check()
so now it considers a session or a token to be “available” (#1).
sf_auth()
)sf_query()
)sf_create()
sf_retrieve()
sf_update()
sf_upsert()
sf_delete()
rforcecom.login()
rforcecom.getServerTimestamp()
rforcecom.query()
rforcecom.bulkQuery()
rforcecom.create()
rforcecom.update()
rforcecom.upsert()
rforcecom.delete()
sf_user_info()
sf_server_timestamp()
sf_list_rest_api_versions()
sf_list_resources()
sf_list_api_limits()
sf_list_objects()