Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 882 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 882 Bytes

Buildkite

CI

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

Getting Started

References

License

Buildkite for Swift is released under the BSD-2 license. See LICENSE for details.