make_rest_objects_url {salesforcer} | R Documentation |
REST Objects URL Generator
Description
REST Objects URL Generator
Usage
make_rest_objects_url(object_name)
Arguments
object_name |
|
Value
character
; a complete URL (as a string) that will be used to
send REST API calls to regarding a specific object. This URL is also specific
to your instance and the API version being used.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]