Go to file
Aaron Sky eeeb1ae194 Support for the /meta endpoint 2022-06-04 19:49:11 -04:00
.github/workflows Add Swift Concurrency backport support 2021-12-11 22:37:08 -05:00
.swiftpm/xcode Support for the /meta endpoint 2022-06-04 19:49:11 -04:00
Examples/graphql Support for the /meta endpoint 2022-06-04 19:49:11 -04:00
Sources/Buildkite Support for the /meta endpoint 2022-06-04 19:49:11 -04:00
Tests/BuildkiteTests Support for the /meta endpoint 2022-06-04 19:49:11 -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 Support for the /meta endpoint 2022-06-04 19:49:11 -04:00
README.md Some minor documentation enhancements 2021-12-11 22:16:08 -05:00

README.md

Buildkite

Build Status

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.