api2_url: Get partial API v2 URL for the provided path

View source: R/api-client.R

api2_urlR Documentation

Get partial API v2 URL for the provided path

Description

Get partial API v2 URL for the provided path

Usage

api2_url(path)

Arguments

path

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

Value

Returns "/api/v2" + path

Examples

 api2_url("/me")

genesysr documentation built on Oct. 13, 2023, 9:07 a.m.