{"id":37211639,"url":"https://github.com/euank/go-buildkite","last_synced_at":"2026-01-15T00:06:00.181Z","repository":{"id":57500053,"uuid":"126663151","full_name":"euank/go-buildkite","owner":"euank","description":"A Go library for the Buildkite API","archived":false,"fork":true,"pushed_at":"2018-03-25T05:52:41.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T03:39:36.593Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/buildkite/go-buildkite","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"buildkite/go-buildkite","license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/euank.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":"2018-03-25T04:01:48.000Z","updated_at":"2018-03-25T04:01:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/euank/go-buildkite","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/euank/go-buildkite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fgo-buildkite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fgo-buildkite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fgo-buildkite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fgo-buildkite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/euank","download_url":"https://codeload.github.com/euank/go-buildkite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fgo-buildkite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28439612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"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":"2026-01-15T00:05:56.261Z","updated_at":"2026-01-15T00:05:58.392Z","avatar_url":"https://github.com/euank.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# buildkite-go [![GoDoc](https://img.shields.io/badge/godoc-Reference-brightgreen.svg?style=flat)](http://godoc.org/github.com/buildkite/go-buildkite) [![Build status](https://badge.buildkite.com/56c797ece642ce625a93af462fe648aa0488b68c2d8846cfd2.svg)](https://buildkite.com/buildkite/buildkite-golang-client)\n\nA [Go](http://golang.org) library and client for the [Buildkite API](https://buildkite.com/docs/api). This project draws a lot of it's structure and testing methods from [go-github](https://github.com/google/go-github).\n\n# Usage\n\nTo get the package, execute:\n\n```\ngo get github.com/buildkite/go-buildkite/buildkite\n```\n\nSimple shortened example for listing all pipelines is provided below, see examples for more.\n\n```go\nimport (\n    \"github.com/buildkite/go-buildkite/buildkite\"\n)\n...\n\nconfig, err := buildkite.NewTokenConfig(*apiToken)\n\nif err != nil {\n\tlog.Fatalf(\"client config failed: %s\", err)\n}\n\nclient := buildkite.NewClient(config.Client())\n\npipelines, _, err := client.Pipelines.List(*org, nil)\n\n```\n\nNote: not everything in the API is present here just yet—if you need something please make an issue or submit a pull request.\n\n# License\n\nThis library is distributed under the BSD-style license found in the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuank%2Fgo-buildkite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuank%2Fgo-buildkite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuank%2Fgo-buildkite/lists"}