Learn R Programming

genesysr (version 2.2.0)

api2_url: Get partial API v2 URL for the provided path

Description

Get partial API v2 URL for the provided path

Usage

api2_url(path)

Value

Returns "/api/v2" + path

Arguments

path

relative path of the API v2 endpoint (e.g. /me)

Examples

Run this code
 api2_url("/me")

Run the code above in your browser using DataLab