{"id":22876853,"url":"https://github.com/webini/zenhub-api","last_synced_at":"2025-05-06T21:23:50.341Z","repository":{"id":57405495,"uuid":"87455451","full_name":"Webini/zenhub-api","owner":"Webini","description":"Zenhub API","archived":false,"fork":false,"pushed_at":"2022-11-14T21:21:24.000Z","size":5,"stargazers_count":2,"open_issues_count":3,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-02T14:47:43.854Z","etag":null,"topics":["api","nodejs","wrapper","zenhub"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Webini.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":"2017-04-06T17:14:38.000Z","updated_at":"2023-09-08T17:23:18.000Z","dependencies_parsed_at":"2022-09-17T17:51:44.026Z","dependency_job_id":null,"html_url":"https://github.com/Webini/zenhub-api","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webini%2Fzenhub-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webini%2Fzenhub-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webini%2Fzenhub-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webini%2Fzenhub-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Webini","download_url":"https://codeload.github.com/Webini/zenhub-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252770264,"owners_count":21801518,"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":["api","nodejs","wrapper","zenhub"],"created_at":"2024-12-13T15:28:03.122Z","updated_at":"2025-05-06T21:23:50.300Z","avatar_url":"https://github.com/Webini.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Node.js ZenHub Api\n==========\n\n## Usage\n\n```js\n  const ZenHub = require('zenhub-api');\n\n  const api = new ZenHub(apiKey);\n  api\n    .getBoard({ repo_id: 01234 })\n    .then((data) =\u003e {\n      console.log('Yheaa some data', data);\n    })\n    .catch((e) =\u003e {\n      console.log('Nooo :( errors everywhere', e);\n    })\n  ;\n```\nYou can find more samples in the test directory.\n\n## Official documentation\nCan be found [here](https://github.com/ZenHubIO/API)\n\n\n## Available methods\n\n- [getIssueData](https://github.com/ZenHubIO/API#get-issue-data)\n- [getIssueEvents](https://github.com/ZenHubIO/API#get-issue-events)\n- [getBoard](https://github.com/ZenHubIO/API#get-the-zenhub-board-data-for-a-repository)\n- [getEpics](https://github.com/ZenHubIO/API#get-epics-for-a-repository)\n- [getEpicData](https://github.com/ZenHubIO/API#get-epic-data)\n- [changePipeline](https://github.com/ZenHubIO/API#move-issue-between-pipelines)\n- [setEstimate](https://github.com/ZenHubIO/API#set-estimate-for-issue)\n- [convertToEpic](https://github.com/ZenHubIO/API#convert-issue-to-epic)\n- [convertToIssue](https://github.com/ZenHubIO/API#convert-epic-to-issue)\n- [addOrRemoveToEpic](https://github.com/ZenHubIO/API#add-or-remove-issues-to-epic)\n- [createReleaseReport](https://github.com/ZenHubIO/API#create-a-release-report)\n- [getReleaseReport](https://github.com/ZenHubIO/API#get-a-release-report)\n- [getReleaseReportsForRepo](https://github.com/ZenHubIO/API#get-release-reports-for-a-repository)\n- [editReleaseReport](https://github.com/ZenHubIO/API#edit-a-release-report)\n- [addWorkspaceToReleaseReport](https://github.com/ZenHubIO/API#add-workspaces-to-a-release-report)\n- [removeWorkspaceFromReleaseReport](https://github.com/ZenHubIO/API#remove-workspaces-from-release-report)\n- [getReleaseReportIssues](https://github.com/ZenHubIO/API#get-all-the-issues-for-a-release-report)\n- [addOrRemoveToReleaseReport](https://github.com/ZenHubIO/API#add-or-remove-issues-to-or-from-a-release-report)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebini%2Fzenhub-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebini%2Fzenhub-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebini%2Fzenhub-api/lists"}