Go to file
Aaron Sky 520d377c97 Update the workflow status badge 2022-06-04 20:22:18 -04:00
.github/workflows Raise minimum to iOS 13/macOS 10.15 2022-06-04 20:09:03 -04:00
.swiftpm/xcode Support for the /meta endpoint 2022-06-04 19:49:11 -04:00
Examples/graphql some small docs 2022-06-04 20:13:00 -04:00
Sources/Buildkite some small docs 2022-06-04 20:13:00 -04:00
Tests/BuildkiteTests Raise minimum to iOS 13/macOS 10.15 2022-06-04 20:09:03 -04:00
.gitignore Support for the /meta endpoint 2022-06-04 19:49:11 -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 Support for the /meta endpoint 2022-06-04 19:49:11 -04:00
Package.swift Raise minimum to iOS 13/macOS 10.15 2022-06-04 20:09:03 -04:00
README.md Update the workflow status badge 2022-06-04 20:22:18 -04:00

README.md

Buildkite

CI

A Swift library and client for the Buildkite REST and GraphQL APIs.

import Buildkite

let client = BuildkiteClient()
client.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.