![]() * renamed URL fields * WIP webhooks support * WIP webhooks example |
||
---|---|---|
.github/workflows | ||
.swiftpm/xcode | ||
Buildkite.xcworkspace | ||
Examples | ||
Sources/Buildkite | ||
Tests/BuildkiteTests | ||
.gitignore | ||
.spi.yml | ||
.swift-format.json | ||
LICENSE | ||
Makefile | ||
Package.swift | ||
README.md |
README.md
Buildkite
A Swift library and client for the Buildkite REST and GraphQL APIs.
import Buildkite
let client = BuildkiteClient(token: "...")
let response = try await client.send(.pipelines(in: "buildkite"))
let pipelines = response.content
print(pipelines)
Usage
References
License
Buildkite for Swift is released under the BSD-2 license. See LICENSE for details.