Either see CRAN badge above or use devtools to install the latest version from Github:
library(devtools)
devtools::install_github("dmpe/urlshorteneR", build_vignettes = FALSE)
- Based on https://dev.bitly.com/
| Organizations DONE | Implemented ✔️ |
|---|---|
| GET https://dev.bitly.com/api-reference/#getOrganization | ✔️ |
| GET https://dev.bitly.com/api-reference/#getOrganizations | ✔️ |
| GET https://dev.bitly.com/api-reference/#getOrganizationShortenCounts | ✔️ |
| GET https://dev.bitly.com/api-reference/#getPlanLimits | ✔️ |
| GET https://dev.bitly.com/api-reference/#getOrganizationShortenCountsByGroup | ✔️ |
| https://dev.bitly.com/v4/#tag/BSDs DONE | Implemented ✔️ |
|---|---|
| GET https://dev.bitly.com/api-reference/#getBSDs | ✔️ |
| GET https://dev.bitly.com/api-reference/#getOverridesForGroups | ✔️ |
| https://dev.bitly.com/api-reference#getOAuthApp DONE | Implemented ✔️ |
|---|---|
| GET https://api-ssl.bitly.com/v4/apps/{client_id} | ✔️ |
| https://dev.bitly.com/v4/#tag/User DONE | Implemented ✔️ |
|---|---|
| PATCH https://api-ssl.bitly.com/v4/user | ✔️ |
| GET https://api-ssl.bitly.com/v4/user | ✔️ |
| GET https://api-ssl.bitly.com/v4/user/platform_limits | ✔️ |
| https://dev.bitly.com/api-reference/#createQRCodePublic Not finished | Implemented ✔️/🚫 |
|---|---|
| GET https://api-ssl.bitly.com/v4/qr-codes | ✔️ |
- Testers with the "enterprise" Bit.ly accounts.
- Testing Ow.ly support (this requires their API key)
Check the vignette in vignettes folder.
See Contribute.md
- Developed by (@dmpe)
- Contributions by @DataWookie and @RickPack 😋.
- Licensed under Apache License 2.0.
- Report bugs in https://github.com/dmpe/urlshorteneR/issues.