accepted_controls_by_api {salesforcer} | R Documentation |
Return the Accepted Control Arguments by API Type
Description
Return the Accepted Control Arguments by API Type
Usage
accepted_controls_by_api(
api_type = c("SOAP", "REST", "Bulk 1.0", "Bulk 2.0", "Metadata")
)
Arguments
api_type |
|
Value
character
; a vector of strings indicating which control arguments
are accepted by the specified API.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]