make_rest_describe_url: REST API Describe URL Generator

View source: R/endpoints-rest.R

make_rest_describe_urlR Documentation

REST API Describe URL Generator

Description

REST API Describe URL Generator

Usage

make_rest_describe_url(object_name)

Arguments

object_name

character; the name of the Salesforce object that the function is operating against (e.g. "Account", "Contact", "CustomObject__c").

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.


StevenMMortimer/salesforcer documentation built on Nov. 7, 2024, 4:23 p.m.