Buildkite

0.3.2

A Swift library for the Buildkite REST and GraphQL APIs
aaronsky/buildkite-swift

What's New

0.3.2

2022-06-25T23:58:22Z

Add Sendable conformance to most things, to make the client play better in Swift Concurrency contexts

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.

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

Last updated: Sun Mar 24 2024 02:39:35 GMT-0900 (Hawaii-Aleutian Daylight Time)