setup: Configure the Genesys environment

View source: R/api-client.R

setupR 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()


genesysr documentation built on Oct. 13, 2023, 9:07 a.m.