{"id":17813527,"url":"https://github.com/yosefbennywidyo/short_io","last_synced_at":"2026-02-06T00:02:39.663Z","repository":{"id":56895410,"uuid":"451786106","full_name":"yosefbennywidyo/short_io","owner":"yosefbennywidyo","description":"A Ruby gem to use with short.io","archived":false,"fork":false,"pushed_at":"2024-08-14T15:27:22.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T04:01:46.405Z","etag":null,"topics":["gems","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/short_io","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yosefbennywidyo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["yosefbennywidyo"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2022-01-25T07:58:03.000Z","updated_at":"2024-08-14T15:27:25.000Z","dependencies_parsed_at":"2024-07-18T06:04:03.477Z","dependency_job_id":"881b88ac-9981-434c-8adb-0c82b1481163","html_url":"https://github.com/yosefbennywidyo/short_io","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/yosefbennywidyo/short_io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosefbennywidyo%2Fshort_io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosefbennywidyo%2Fshort_io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosefbennywidyo%2Fshort_io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosefbennywidyo%2Fshort_io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yosefbennywidyo","download_url":"https://codeload.github.com/yosefbennywidyo/short_io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosefbennywidyo%2Fshort_io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29140049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T23:14:48.546Z","status":"ssl_error","status_checked_at":"2026-02-05T23:14:35.724Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["gems","ruby"],"created_at":"2024-10-27T16:03:18.714Z","updated_at":"2026-02-06T00:02:39.644Z","avatar_url":"https://github.com/yosefbennywidyo.png","language":"Ruby","funding_links":["https://github.com/sponsors/yosefbennywidyo"],"categories":[],"sub_categories":[],"readme":"# ShortIo\n\n[![Gem Version](https://badge.fury.io/rb/short_io.svg)](https://badge.fury.io/rb/short_io) | [![Build Status](https://app.travis-ci.com/yosefbennywidyo/short_io.svg?branch=main)](https://app.travis-ci.com/yosefbennywidyo/short_io) | [![codecov](https://codecov.io/gh/yosefbennywidyo/short_io/branch/main/graph/badge.svg?token=MBMxFB57mZ)](https://codecov.io/gh/yosefbennywidyo/short_io)\n\nA Ruby gem to use with [short.io](https://short.io)\n\n[ShortIo gem documentation](https://rubydoc.info/gems/short_io)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'short_io'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install short_io\n\n## Usage\n\n```ruby\nrequire 'short_io'\n\nShortIo::ShortUrl.new('kreasi-guna-semesta.co.id', 'API_KEY')\n```\n\n### Add Domain\n\n```ruby\nShortIo::ShortUrl.new('kreasi-guna-semesta.co.id', 'API_KEY').add_domain\n```\n\n### List Domain\n\n```ruby\nShortIo::ShortUrl.new('kreasi-guna-semesta.co.id', 'API_KEY').domain_list\n```\n\n### Update Domain\n\n```ruby\nShortIo::ShortUrl.new('example.com', 'YOUR_API_KEY', {domain_id: YOUR_DOMAIN_ID, root_redirect_url: 'YOUR_LINK'}).update_domain\n```\n\n### Delete Domain\n\n```ruby\nShortIo::ShortUrl.new('example.com', 'YOUR_API_KEY', {domain_id: YOUR_DOMAIN_ID}).delete_domain\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/yosefbennywidyo/short_io. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/yosefbennywidyo/short_io/blob/main/CODE_OF_CONDUCT.md).\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the ShortIoShortBrandedUrl project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/yosefbennywidyo/short_io/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosefbennywidyo%2Fshort_io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyosefbennywidyo%2Fshort_io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosefbennywidyo%2Fshort_io/lists"}