powered by
Get a group's current feature limit usage.
bitly_retrieve_group_feature_usage(group_id = NA, showRequestURL = F)
- a required string | A GUID for a Bitly group
- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE.
https://dev.bitly.com/api-reference/#getGroupFeatureUsage
if (FALSE) { ui <- bitly_user_info(showRequestURL = TRUE) rg <- bitly_retrieve_group_feature_usage(group_guid = ui$default_group_guid) }
Run the code above in your browser using DataLab