{"id":18008304,"url":"https://github.com/tanakaworld/web_service_uri","last_synced_at":"2026-05-18T11:09:40.795Z","repository":{"id":56897994,"uuid":"136787405","full_name":"tanakaworld/web_service_uri","owner":"tanakaworld","description":"🌈 URI parser for web services in the world.","archived":false,"fork":false,"pushed_at":"2018-06-26T03:32:01.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-20T01:09:51.819Z","etag":null,"topics":["parser","rails","ruby","ruby-on-rails","uri","webservices"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/web_service_uri","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/tanakaworld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-10T07:09:08.000Z","updated_at":"2018-06-26T03:32:02.000Z","dependencies_parsed_at":"2022-08-20T17:40:40.817Z","dependency_job_id":null,"html_url":"https://github.com/tanakaworld/web_service_uri","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tanakaworld/web_service_uri","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanakaworld%2Fweb_service_uri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanakaworld%2Fweb_service_uri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanakaworld%2Fweb_service_uri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanakaworld%2Fweb_service_uri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanakaworld","download_url":"https://codeload.github.com/tanakaworld/web_service_uri/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanakaworld%2Fweb_service_uri/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33175952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["parser","rails","ruby","ruby-on-rails","uri","webservices"],"created_at":"2024-10-30T01:18:14.320Z","updated_at":"2026-05-18T11:09:40.778Z","avatar_url":"https://github.com/tanakaworld.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌈 web_service_uri\n\n[![CircleCI](https://circleci.com/gh/tanakaworld/web_service_uri/tree/master.svg?style=svg)](https://circleci.com/gh/tanakaworld/web_service_uri/tree/master)\n[![Gem Version](https://badge.fury.io/rb/web_service_uri.svg)](https://badge.fury.io/rb/web_service_uri)\n\nURI parser for web services in the world.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'web_service_uri'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install web_service_uri\n\n## Usage\n\n```ruby\n# expected URI\nws_uri = WebServiceUri::WebServiceUri.new \"https://github.com/tanakaworld\"\nws_uri.github?\n# =\u003e true\nws_uri.twitter?\n# =\u003e false \nws_uri.valid?\n# =\u003e true\nws_uri.account_id\n# =\u003e \"tanakaworld\"\n\n# unexpected URI\ninvalid_ws_uri = WebServiceUri::WebServiceUri.new \"https://example.com/example\"\ninvalid_ws_uri.valid?\n# =\u003e false\ninvalid_ws_uri.account_id\n# =\u003e nil\n```\n\n## Support services\n\n- [GitHub](https://github.com/)\n- [Twitter](https://twitter.com/)\n- [Facebook](https://www.facebook.com/)\n- [LinkedIn](https://www.linkedin.com/)\n- [Instagram](https://www.instagram.com/)\n\n```\nWebServiceUri::WebServiceUri.available_services\n# =\u003e [:github, :twitter, :facebook, :linkedin, :instagram]\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` 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/tanakaworld/web_service_uri. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the WebServiceUri project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/tanakaworld/web_service_uri/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanakaworld%2Fweb_service_uri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanakaworld%2Fweb_service_uri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanakaworld%2Fweb_service_uri/lists"}