zendesk_call: zendesk_call

Description Usage Arguments Details Value

Description

A helper function for making api calls in zendesk_get funtion

Usage

1
zendesk_call(link, zd_call, ...)

Arguments

link

the full api endpoint link to be called

zd_call

the endpoint to call

...

any valid parameter to be passed from zendesk_get

Details

This function will make one api call to the provided link and return a list of the dataframe with the content of the api call as well as the next link provided by the cull (will be null if there are no more pages)

Value

a list of the resulting dataframe from one api call and its next link


tcash21/zendeskR documentation built on May 31, 2019, 7:28 a.m.