zendesk {zendeskR} | R Documentation |
This function is used to create a Zendesk.com API session.
zendesk(username, password, url)
username |
Your Zendesk username. |
password |
Your Zendesk password. |
url |
Your organization's Zendesk URL (e.g. https://help.basho.com). |
This function will initialize a Zendesk.com API session.
Initializes a Zendesk.com API session. Will throw an error if all 3 parameters are not passed to the function.
Tanya Cashorali
http://developer.zendesk.com/documentation/rest_api/introduction.html
## Not run:
## This requires Zendesk authentication
zendesk('username', 'password', 'https://help.basho.com')
## End(Not run)