accepted_controls_by_api: Return the Accepted Control Arguments by API Type

View source: R/utils-control.R

accepted_controls_by_apiR 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

character; one of "REST", "SOAP", "Bulk 1.0", or "Bulk 2.0" indicating which API to use when making the request.

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.


salesforcer documentation built on March 18, 2022, 6:26 p.m.