{"id":16032919,"url":"https://github.com/threez/github-issues","last_synced_at":"2026-02-27T11:42:16.813Z","repository":{"id":1978400,"uuid":"2909993","full_name":"threez/github-issues","owner":"threez","description":"An api to githubs issues system","archived":false,"fork":false,"pushed_at":"2011-12-04T18:08:30.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-03T11:25:32.345Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-12-04T11:54:20.000Z","updated_at":"2017-06-29T14:06:34.000Z","dependencies_parsed_at":"2022-09-09T09:41:34.083Z","dependency_job_id":null,"html_url":"https://github.com/threez/github-issues","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/threez/github-issues","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fgithub-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fgithub-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fgithub-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fgithub-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threez","download_url":"https://codeload.github.com/threez/github-issues/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fgithub-issues/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29892299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T09:48:51.284Z","status":"ssl_error","status_checked_at":"2026-02-27T09:48:43.992Z","response_time":57,"last_error":"SSL_read: 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":[],"created_at":"2024-10-08T21:41:12.863Z","updated_at":"2026-02-27T11:42:16.778Z","avatar_url":"https://github.com/threez.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Issues\n\nThis is a little API that gives easy access to the github issues. I started the project because I had to move tickets from github to redmine.\n\nThe API is called using ``URI.open`` and YAML for serialization.\n\n**Note: this is currently a read-only API, also this just covers version 2 of the API**\n\n## Installing\n\n    gem install github-issues\n    \n## Usage\n    \n### Connecting to the issues host\n\nIn order to access the information on the github repository one has to make a connection to the remote repository.\n\n    repo = Github.connect(\"threez\", \"github-issues\")\n\n### Reading all issues\n\nThis will return all issues found on the repository.\n\n    repo.issues.all # =\u003e [Github::Issue, ...]\n    \n### Reading just open or closed issues\n\nFilter which issues should be displayed.\n\n    repo.issues.all(:open) # =\u003e [Github::Issue, ...]\n    repo.issues.all(:closed) # =\u003e [Github::Issue, ...]\n    \n### Getting informations about a issue\n\naccess all the information of an issue easily:\n\n    issue.number # =\u003e 64\n    issue.createt_at # =\u003e Time\n    issue.comments # =\u003e [Github::Issue::Comment, ...]\n\n### Comments in an issue\n\n    comment.user # =\u003e \"threez\"\n    comment.body # =\u003e \"close #34 (implemented read-only part)\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreez%2Fgithub-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreez%2Fgithub-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreez%2Fgithub-issues/lists"}