{"id":19301326,"url":"https://github.com/dmpe/urlshortener","last_synced_at":"2025-04-09T08:09:55.379Z","repository":{"id":32697338,"uuid":"36286688","full_name":"dmpe/urlshorteneR","owner":"dmpe","description":"R package for 2 URL shortening service :loudspeaker: Compatible with Bitly API v4","archived":false,"fork":false,"pushed_at":"2025-02-16T13:45:21.000Z","size":742,"stargazers_count":21,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T05:09:39.415Z","etag":null,"topics":["bitly","isgd","r-package","shorten-urls","shortener","shorturl","url"],"latest_commit_sha":null,"homepage":"http://cran.r-project.org/package=urlshorteneR","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmpe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-26T09:46:00.000Z","updated_at":"2025-02-16T13:45:25.000Z","dependencies_parsed_at":"2022-09-05T22:40:30.049Z","dependency_job_id":null,"html_url":"https://github.com/dmpe/urlshorteneR","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmpe%2FurlshorteneR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmpe%2FurlshorteneR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmpe%2FurlshorteneR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmpe%2FurlshorteneR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmpe","download_url":"https://codeload.github.com/dmpe/urlshorteneR/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247999861,"owners_count":21031046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitly","isgd","r-package","shorten-urls","shortener","shorturl","url"],"created_at":"2024-11-09T23:17:32.396Z","updated_at":"2025-04-09T08:09:55.361Z","avatar_url":"https://github.com/dmpe.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/urlshorteneR)](https://cran.r-project.org/package=urlshorteneR)\n\nR package for shortening URLs, supporting `Bit.ly` and `is.gd`/`v.gd` \n=======\n\n## Installing\n\nEither see CRAN badge above or use `devtools` to install the latest version from Github:\n\n```\nlibrary(devtools)\ndevtools::install_github(\"dmpe/urlshorteneR\", build_vignettes = FALSE)\n```\n\n### What has (🚫t) been implemented for Bit.ly:\n\n- Based on \u003chttps://dev.bitly.com/\u003e\n\n#### FINISHED (with testing)\n \nOrganizations DONE | Implemented :heavy_check_mark:\n------------ | -------------\nGET https://dev.bitly.com/api-reference/#getOrganization | :heavy_check_mark:\nGET https://dev.bitly.com/api-reference/#getOrganizations | :heavy_check_mark:\nGET https://dev.bitly.com/api-reference/#getOrganizationShortenCounts | :heavy_check_mark:\nGET https://dev.bitly.com/api-reference/#getPlanLimits | :heavy_check_mark:\n\nhttps://dev.bitly.com/v4/#tag/BSDs DONE | Implemented :heavy_check_mark:\n----------- | -------------\nGET https://dev.bitly.com/api-reference/#getBSDs | :heavy_check_mark:\nGET https://dev.bitly.com/api-reference/#getOverridesForGroups | :heavy_check_mark:\n\nhttps://dev.bitly.com/api-reference#getOAuthApp DONE | Implemented :heavy_check_mark:\n------------- | ------------- \nGET https://api-ssl.bitly.com/v4/apps/{client_id} | :heavy_check_mark: \n\nhttps://dev.bitly.com/v4/#tag/User DONE | Implemented :heavy_check_mark:\n------------- | -------------\nPATCH https://api-ssl.bitly.com/v4/user | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/user | :heavy_check_mark: \nGET https://api-ssl.bitly.com/v4/user/platform_limits | :heavy_check_mark: \n\nhttps://dev.bitly.com/v4/#tag/Groups DONE | Implemented :heavy_check_mark:\n------------- | -------------\nGET https://api-ssl.bitly.com/v4/groups/{group_guid}/preferences | :heavy_check_mark:\nPATCH https://api-ssl.bitly.com/v4/groups/{group_guid}/preferences | :heavy_check_mark: \nGET https://api-ssl.bitly.com/v4/groups/{group_guid}/bitlinks | :heavy_check_mark: \nGET https://api-ssl.bitly.com/v4/groups/{group_guid}/tags | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/groups/{group_guid}/countries | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/groups/{group_guid}/cities | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/groups/{group_guid}/devices | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/groups/{group_guid}/referring_networks | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/groups/{group_guid}/shorten_counts | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/groups | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/groups/{group_guid}/bitlinks/{sort} | :heavy_check_mark:\nPATCH https://api-ssl.bitly.com/v4/groups/{group_guid} | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/groups/{group_guid}  | :heavy_check_mark:\n\n\nhttps://dev.bitly.com/v4/#tag/Campaigns DONE | Implemented :heavy_check_mark:/🚫\n------------- | -------------\nGET https://api-ssl.bitly.com/v4/campaigns | :heavy_check_mark:\nPOST https://api-ssl.bitly.com/v4/campaigns | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/channels | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/campaigns/{campaign_guid} | :heavy_check_mark:\nPATCH https://api-ssl.bitly.com/v4/campaigns/{campaign_guid} | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/channels/{channel_guid} | :heavy_check_mark:\nPATCH https://api-ssl.bitly.com/v4/channels/{channel_guid} | :heavy_check_mark:\n\nhttps://dev.bitly.com/v4/#tag/Custom-Bitlinks DONE | Implemented :heavy_check_mark:/🚫\n------------- | -------------\nGETPOST https://api-ssl.bitly.com/v4/custom_bitlinks | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/custom_bitlinks/{custom_bitlink}/clicks_by_destination | :heavy_check_mark:\nPATCH https://api-ssl.bitly.com/v4/custom_bitlinks/{custom_bitlink} | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/custom_bitlinks/{custom_bitlink} | :heavy_check_mark:\n\nhttps//dev.bitly.com/v4/#tag/Bitlinks | Implemented :heavy_check_mark:/🚫\n------------- | -------------\nPOST https://api-ssl.bitly.com/v4/bitlinks | :heavy_check_mark:\nPOST https://api-ssl.bitly.com/v4/shorten | :heavy_check_mark:\nPOST https://api-ssl.bitly.com/v4/expand | :heavy_check_mark:\nPATCH https://api-ssl.bitly.com/v4/bitlinks/{bitlink} | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/bitlinks/{bitlink}/referrers | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/bitlinks/{bitlink}/clicks/summary | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/bitlinks/{bitlink}/clicks | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/bitlinks/{bitlink}/countries | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/bitlinks/{bitlink} | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/bitlinks/{bitlink}/referrers_by_domains | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/bitlinks/{bitlink}/referring_domains | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/groups/{group_guid}/bitlinks/{sort} | :heavy_check_mark:\nGET https://api-ssl.bitly.com/v4/groups/{group_guid}/bitlinks | :heavy_check_mark:\n\n\n## Help needed !!!\n\n- Testers with the \"enterprise\" Bit.ly accounts. \n- Testing Ow.ly support (this requires their API key)\n\n### Looking for examples and current implementation status ?\n\nCheck the vignette in `vignettes` folder.\n\n### How to contribute \n\nSee `Contribute.md`\n\n### Credits:\n\n- Developed by ([@dmpe](https://github.com/dmpe))\n- Contributions by [@DataWookie](https://github.com/DataWookie) and [@RickPack](https://github.com/RickPack) :yum:. \n\n### Meta\n\n- Licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).\n- Report bugs in \u003chttps://github.com/dmpe/urlshorteneR/issues\u003e.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmpe%2Furlshortener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmpe%2Furlshortener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmpe%2Furlshortener/lists"}