R package for shortening URLs, supporting Bit.ly and is.gd/v.gd
Installing
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)
What has (🚫 t) been implemented for Bit.ly:
FINISHED (with testing)
| https://dev.bitly.com/v4/#tag/BSDs DONE | Implemented |
|---|---|
| GET https://dev.bitly.com/v4/#operation/getBSDs |
| https://dev.bitly.com/v4/#operation/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 |
Help needed !!!
- Testers with the "enterprise" Bit.ly accounts.
- Testing Ow.ly support (this requires their API key)
Looking for examples and current implementation status ?
Check the vignette in vignettes folder.
How to contribute
See Contribute.md
Credits:
- Developed by (@dmpe)
- Contributions by @DataWookie and @RickPack
😋 .
Meta
- Licensed under Apache License 2.0.
- Report bugs in https://github.com/dmpe/urlshorteneR/issues.