get_calendly_user {metricminer} | R Documentation |
Get Calendly API user
Description
This is a function to get the Calendly API user info
Usage
get_calendly_user(token = NULL)
Arguments
token |
You can provide the API key directly using this argument or this function will attempt to grab an API key that was stored using the 'authorize("calendly")' function |
Value
Calendly API user info as a list
Examples
## Not run:
authorize("calendly")
get_calendly_user()
## End(Not run)
[Package metricminer version 0.5.1 Index]