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)
Buildkite for Swift is released under the BSD-2 license. See LICENSE for details.
link |
Stars: 3 |
Last commit: 2 days ago |
Add Sendable
conformance to most things, to make the client play better in Swift Concurrency contexts
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics