Go to file
Aaron Sky 23cea0da0e * moved CI to Xcode 14.2
* added flaky-tests and clusters api support
* rewrote transport tests. they might work?
* more sendable conformances
2023-06-18 10:28:24 -04:00
.github/workflows * moved CI to Xcode 14.2 2023-06-18 10:28:24 -04:00
.swiftpm/xcode CI enhancements (#6) 2022-06-06 09:02:18 -04:00
Buildkite.xcworkspace CI enhancements (#6) 2022-06-06 09:02:18 -04:00
Examples * moved CI to Xcode 14.2 2023-06-18 10:28:24 -04:00
Sources/Buildkite * moved CI to Xcode 14.2 2023-06-18 10:28:24 -04:00
Tests/BuildkiteTests * moved CI to Xcode 14.2 2023-06-18 10:28:24 -04:00
.gitignore * Added graphql_id property 2022-09-10 20:09:04 -04:00
.spi.yml CI enhancements (#6) 2022-06-06 09:02:18 -04:00
.swift-format.json Support for the /meta endpoint 2022-06-04 19:49:11 -04:00
LICENSE Added support for Buildkite's JSON errors, and wrote more tests for pagination 2020-05-08 10:06:46 -04:00
Makefile * moved CI to Xcode 14.2 2023-06-18 10:28:24 -04:00
Package.swift * moved CI to Xcode 14.2 2023-06-18 10:28:24 -04:00
README.md Support for Test Analytics API 2022-06-06 20:06:56 -04:00

README.md

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.