setup {genesysr}R Documentation

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

  # Link with sandbox
  setup_sandbox()


[Package genesysr version 2.1.1 Index]