{"id":15048425,"url":"https://github.com/mahaker/gas-github","last_synced_at":"2026-03-17T16:39:27.987Z","repository":{"id":56496758,"uuid":"309709056","full_name":"mahaker/gas-github","owner":"mahaker","description":"GitHub API client for Google Apps Script","archived":false,"fork":false,"pushed_at":"2023-06-13T00:26:18.000Z","size":192,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T10:54:54.343Z","etag":null,"topics":["gas","github-api","google-apps-script","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/mahaker.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-03T14:19:41.000Z","updated_at":"2025-04-24T20:13:10.000Z","dependencies_parsed_at":"2024-09-29T00:21:43.548Z","dependency_job_id":"23dae365-6c8a-478d-b6ef-4417ab662192","html_url":"https://github.com/mahaker/gas-github","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/mahaker/gas-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahaker%2Fgas-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahaker%2Fgas-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahaker%2Fgas-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahaker%2Fgas-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahaker","download_url":"https://codeload.github.com/mahaker/gas-github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahaker%2Fgas-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30627255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"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":["gas","github-api","google-apps-script","typescript"],"created_at":"2024-09-24T21:11:37.538Z","updated_at":"2026-03-17T16:39:27.957Z","avatar_url":"https://github.com/mahaker.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## GitHub API client for Google Apps Script\n\n### Usage\n\n```shell\n$npm install gas-github\n# or\n$yarn add gas-github\n```\n\n```javascript\nimport * as issues from 'gas-github/lib/issues'\n// or\n// import { createIssue } from 'gas-github'\n\ndeclare let global: any\n\nfunction postIssue() {\n  const setting = { owner: 'org', repo: 'repo', pat: 'token' }\n  const issue = issues.createIssue(setting, {title: 'test', body: 'body', labels: ['bug', 'documentation']})\n\n  Logger.log(`issue created: ${issue}`)\n}\n\nglobal.postIssue = postIssue\n```\n\n### API\n\n#### /lib/issues\n\n1. createIssue\n   - ref: https://docs.github.com/en/rest/reference/issues#create-an-issue\n1. getIssue\n   - ref: https://docs.github.com/en/rest/reference/issues#get-an-issue\n1. listMilestones\n   - ref: https://docs.github.com/en/rest/reference/issues#list-milestones\n1. listRepositoryIssues\n   - ref: https://docs.github.com/en/rest/reference/issues#list-repository-issues\n\n#### /lib/projects\n\n1. listRepositoryProjects\n   - ref: https://docs.github.com/en/rest/reference/projects#list-repository-projects\n1. listProjectColumns\n   - ref: https://docs.github.com/en/rest/reference/projects#list-project-columns\n1. addProjectCardFromIssue\n   - ref: https://docs.github.com/en/rest/reference/projects#create-a-project-card\n\n### Contribution\n\nWelcome contributions and feedbacks!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahaker%2Fgas-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahaker%2Fgas-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahaker%2Fgas-github/lists"}