{"id":18649731,"url":"https://github.com/ashwanthkumar/go-gocd","last_synced_at":"2025-08-04T09:33:30.352Z","repository":{"id":53082795,"uuid":"52167776","full_name":"ashwanthkumar/go-gocd","owner":"ashwanthkumar","description":"Go Lang library to access GoCD API.","archived":false,"fork":false,"pushed_at":"2024-04-10T10:48:20.000Z","size":71,"stargazers_count":5,"open_issues_count":5,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T18:56:01.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ashwanthkumar.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":"2016-02-20T18:11:52.000Z","updated_at":"2024-04-10T10:48:24.000Z","dependencies_parsed_at":"2024-06-20T19:13:39.043Z","dependency_job_id":null,"html_url":"https://github.com/ashwanthkumar/go-gocd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ashwanthkumar/go-gocd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fgo-gocd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fgo-gocd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fgo-gocd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fgo-gocd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashwanthkumar","download_url":"https://codeload.github.com/ashwanthkumar/go-gocd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fgo-gocd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268675515,"owners_count":24288285,"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-04T02:00:09.867Z","response_time":79,"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-11-07T06:40:18.610Z","updated_at":"2025-08-04T09:33:30.326Z","avatar_url":"https://github.com/ashwanthkumar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://snap-ci.com/ashwanthkumar/go-gocd/branch/master/build_image)](https://snap-ci.com/ashwanthkumar/go-gocd/branch/master) [![GoDoc](https://godoc.org/github.com/ashwanthkumar/go-gocd?status.svg)](https://godoc.org/github.com/ashwanthkumar/go-gocd)\n\n# go-gocd\n\nGo Lang library to access [GoCD API](https://api.go.cd/current/).\n\n## Usage\n```go\npackage main\n\nimport (\n  \"github.com/ashwanthkumar/go-gocd\"\n)\n\nfunc main() {\n  client := gocd.New(\"http://localhost:8153\", \"admin\", \"badger\")\n  agents, err := client.GetAllAgents()\n  // ... do whatever you want with the agents\n}\n\n```\n\n## API Endpoints Pending\n- [x] Agents\n  - [x] Get all Agents\n  - [x] Get one Agent\n  - [x] Update an Agent\n  - [x] Disable Agent\n  - [x] Delete an Agent\n  - [x] Agent job run history\n- [ ] Users\n  - [ ] Get all Users\n  - [ ] Get one user\n  - [ ] Create a user\n  - [ ] Update a user\n  - [ ] Delete a user\n- [ ] Materials\n  - [ ] Get all Materials\n  - [ ] Get material modifications\n  - [ ] Notify SVN materials\n  - [ ] Notify git materials\n- [ ] Backups\n  - [ ] Create a backup\n- [ ] Pipeline Group\n  - [ ] Config listing\n- [ ] Artifacts\n  - [ ] Get all Artifacts\n  - [ ] Get artifact file\n  - [ ] Get artifact directory\n  - [ ] Create artifact\n  - [ ] Append to artifact\n- [ ] Pipelines\n  - [X] Get pipeline instance\n  - [X] Get pipeline status\n  - [X] Pause a pipeline\n  - [X] Unpause a pipeline\n  - [X] Releasing a pipeline lock\n  - [ ] Scheduling pipelines\n  - [ ] Create a pipeline\n  - [ ] Delete a pipeline\n- [ ] Stages\n  - [ ] Cancel Stage\n  - [ ] Get Stage instance\n  - [ ] Get stage history\n- [x] Jobs\n  - [x] Get Scheduled Jobs\n  - [x] Get Job history\n- [ ] Properties\n  - [ ] Get all job Properties\n  - [ ] Get one property\n  - [ ] Get historical properties\n  - [ ] Create property\n- [ ] Configurations\n  - [ ] List all modifications\n  - [ ] Get repository modification diff\n  - [ ] Get Configuration\n  - Create pipeline (Deprecated API)\n- Feeds (will not support)\n- [ ] Dashboard\n  - [ ] Get Dashboard\n- [ ] Pipeline Config\n  - [ ] Get pipeline Configuration\n  - [ ] Edit Pipeline configuration\n  - [ ] Create Pipeline\n- [ ] Environment Config\n  - [x] Get all environments\n  - [x] Get environment config\n  - [ ] Create an environment\n  - [ ] Update an environment\n  - [ ] Patch an environment\n  - [ ] Delete an environment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwanthkumar%2Fgo-gocd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashwanthkumar%2Fgo-gocd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwanthkumar%2Fgo-gocd/lists"}