api2_url {genesysr} | R 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. |
Value
Returns "/api/v2" + path
Examples
api2_url("/me")
[Package genesysr version 2.1.1 Index]