Learn R Programming

genesysr (version 0.9.2)

setup: Configure the Genesys environment

Description

Configure the Genesys environment

Usage

setup(server = NULL, client_id = NULL, client_secret = NULL)

Arguments

server

Server base URL (e.g. "https://api.genesys-pgr.org" or "https://api.sandbox.genesys-pgr.org")

client_id

OAuth client ID

client_secret

OAuth client secret

See Also

See utility methods setup_production, setup_sandbox

Examples

Run this code
# NOT RUN {
  # Link with sandbox
  setup_sandbox()

# }

Run the code above in your browser using DataLab