api1_url: Get partial API v1 URL for the provided path

View source: R/api-client.R

api1_urlR Documentation

Get partial API v1 URL for the provided path

Description

Get partial API v1 URL for the provided path

Usage

api1_url(path)

Arguments

path

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

Value

Returns "/api/v1" + path

Examples

 api1_url("/me")

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