client: Create a client connection to the Zendesk API

Description Usage Arguments Examples

Description

Create a client connection to the Zendesk API

Usage

1
2
client(url = Sys.getenv("ZENDESK_URL"), user = Sys.getenv("ZENDESK_USER"),
  token = Sys.getenv("ZENDESK_TOKEN"), debugging = FALSE)

Arguments

url

The base URL to the Zendesk API service

user

The user to access Zendesk

token

= The token to access Zendesk

debugging

set to TRUE to increase stdout logging and provide additional debugging detail

Examples

1
2
3
client(url = 'https://organization.zendesk.com/api/v2',
    user = 'zendesk_user',
    token = 'zendesk_token')

TifMoe/RZendesk documentation built on May 9, 2019, 4:46 p.m.