{"id":13992370,"url":"https://github.com/fitzgen/github-api","last_synced_at":"2026-01-11T12:57:32.312Z","repository":{"id":65346972,"uuid":"730116","full_name":"fitzgen/github-api","owner":"fitzgen","description":"Javascript bindings for the Github API.","archived":true,"fork":false,"pushed_at":"2015-09-24T01:17:32.000Z","size":162,"stargazers_count":166,"open_issues_count":4,"forks_count":30,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-17T11:59:41.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://fitzgen.github.com/github-api","language":"JavaScript","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/fitzgen.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":"2010-06-20T04:44:48.000Z","updated_at":"2025-03-15T18:08:32.000Z","dependencies_parsed_at":"2023-01-18T16:35:18.046Z","dependency_job_id":null,"html_url":"https://github.com/fitzgen/github-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Fgithub-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Fgithub-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Fgithub-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Fgithub-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitzgen","download_url":"https://codeload.github.com/fitzgen/github-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245713148,"owners_count":20660353,"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":[],"created_at":"2024-08-09T14:01:57.957Z","updated_at":"2025-03-26T18:32:32.715Z","avatar_url":"https://github.com/fitzgen.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"Exposes `gh` to the global environment. Tries to follow both the form of Github\nHTTP API and JS style.\n\n```js\ngh.authenticate(\"fitzgen\", \"sdfk32we-FAKE-uydfs7f-rhrwe8r7\");\nvar huddlej = gh.user(\"huddlej\");\nhuddlej.show(function (data) {\n    console.log(data.user);\n});\nhuddlej.repos(function (data) {\n    console.log(\"Number of repos: \" + data.repositories.length);\n});\nvar wujs = gh.repo(\"fitzgen\", \"wu.js\")\nwujs.show(function (data) {\n    console.log(\"Number of watchers: \" + data.repository.watchers);\n});\nwujs.update({ has_wiki: 0 }); // Unfortunately, no callbacks with POSTs :(\n```\n\nCOMPLETE\n========\n\n* Authentication\n* Users\n* Repos\n* Commits\n* Issues\n* Gists\n* Network\n* Objects\n\nTODO\n====\n\n* Documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitzgen%2Fgithub-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitzgen%2Fgithub-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitzgen%2Fgithub-api/lists"}