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

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.


[Package salesforcer version 1.0.2 Index]