bitly_app_details {urlshorteneR} | R Documentation |
Retrieve details for the provided OAuth App client ID
bitly_app_details(
client_id = "be03aead58f23bc1aee6e1d7b7a1d99d62f0ede8",
showRequestURL = F
)
client_id |
- The client ID of an OAuth app |
showRequestURL |
- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE. |