make_base_rest_url {salesforcer} | R Documentation |
Base REST API URL Generator
Description
Base REST API URL Generator
Usage
make_base_rest_url()
Value
character
; a complete URL (as a string) that will be used to
send REST API calls to. This URL is 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]