bitly_retrieve_bitlink {urlshorteneR} | R Documentation |
Retrieve a Bitlink
Description
This endpoint returns information for a Bitlink.
Usage
bitly_retrieve_bitlink(bitlink = NULL, showRequestURL = FALSE)
Arguments
bitlink |
- required, a Bitlink made of the domain and hash |
showRequestURL |
- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE. |
See Also
See https://dev.bitly.com/api-reference/#getBitlink
Examples
## Not run:
bitly_retrieve_bitlink(bitlink = "cnn.it/2HomWGB")
## End(Not run)
[Package urlshorteneR version 1.5.7 Index]