Learn R Programming

genesysr (version 0.9.2)

api_url: Get full Genesys API URL for a specific path

Description

Get full Genesys API URL for a specific path

Usage

api_url(path)

Arguments

path

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

Value

Absolute URL to an API call

Examples

Run this code
# NOT RUN {
 api_url("/me")
# }

Run the code above in your browser using DataLab