dmpe / urlshorteneR

R package for 2 URL shortening service :loudspeaker: Compatible with Bitly API v4
http://cran.r-project.org/package=urlshorteneR
Apache License 2.0
22 stars 7 forks source link

Allow bitly_retrieve_groups to retrieve the "general" group list #22

Closed yogat3ch closed 3 years ago

yogat3ch commented 3 years ago

Hey folks, It looks like bitly_retrieve_groups did not allow for retrieving the list of groups generally due to a stop check on organization_id, changing the default value for the argument to NULL and removing the stop fixes this in #21

Cheers!

dmpe commented 3 years ago

fixed in https://github.com/dmpe/urlshorteneR/pull/21