zd_api: HTTP methods for the Zendesk API

Description Usage Arguments Value

Description

zd_GET(), zd_POST(), and the other HTTP method functions are convenience wrappers around the httr functions. They include configuration for this API, and they understand how to handle the responses that the API returns. zd_api() is the function they call internally.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

Arguments

verb

for zd_api(), the string HTTP method to call

url

string URL to request

config

list or httr::config() object with any custom request headers, for example.

...

Additional arguments to pass to the httr functions, such as query or body

Value

The parsed response body content, if the request was successful.


nealrichardson/zendo documentation built on May 9, 2019, 3 p.m.