{"id":15715010,"url":"https://github.com/hideack/impas-client","last_synced_at":"2025-08-25T17:03:52.945Z","repository":{"id":6145344,"uuid":"7374307","full_name":"hideack/impas-client","owner":"hideack","description":null,"archived":false,"fork":false,"pushed_at":"2013-05-06T01:46:29.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-17T12:32:40.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/hideack.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":"2012-12-30T06:51:43.000Z","updated_at":"2013-05-06T01:46:29.000Z","dependencies_parsed_at":"2022-08-20T23:10:09.298Z","dependency_job_id":null,"html_url":"https://github.com/hideack/impas-client","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hideack/impas-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideack%2Fimpas-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideack%2Fimpas-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideack%2Fimpas-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideack%2Fimpas-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hideack","download_url":"https://codeload.github.com/hideack/impas-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideack%2Fimpas-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272100684,"owners_count":24873442,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-03T21:40:11.473Z","updated_at":"2025-08-25T17:03:52.894Z","avatar_url":"https://github.com/hideack.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Impas::Client\n\nImpas::Client is a Ruby interface for Impas API.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'impas-client'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install impas-client\n\n## Usage\n\n```ruby\nrequire 'impas-client'\n\nclient = Impas::Client.new({\n  #api_url:\"http://impas.****.jp/\", # デフォルトは http://impas-hideack.sqale.jp\n  op_key:\"*****\"\n})\n\nclient.add_group \"sample_group1\"  # 集計グループ追加\n\nclient.groups                     # 登録中のグループ一覧取得\n=\u003e [{\"name\"=\u003e\"sample_group1\", \"key\"=\u003e\"*****\"}]\n\nclient.add_url(                   # URLを集計対象へ追加\n  \"*****\",\n  \"http://www.youtube.com/watch?v=2HQkugdXyHY\"\n)\n\nclient.ranking \"*****\", \"tw\"            # Twitterツイート数ランキング取得\nclient.ranking \"*****\", \"fb\"            # facebookいいね数ランキング取得\nclient.ranking \"*****\", \"hatena\"        # はてなブックマーク数ランキング取得\n\n\n# client.delete_group(\"*****\") #集計グループの削除\n\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhideack%2Fimpas-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhideack%2Fimpas-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhideack%2Fimpas-client/lists"}