api1_url {genesysr}R 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")

[Package genesysr version 2.1.1 Index]