Learn R Programming

urlshorteneR (version 1.1.2)

bitly_retrieve_bitlink: 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/v4/#operation/getBitlink

Examples

Run this code
# NOT RUN {
bitly_retrieve_bitlink(bitlink = "cnn.it/2HomWGB")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab