build-client
Version, currently 1.1.2855 versions
- 1.1.45latestSep 15, 2026
- 1.1.44not indexedSep 15, 2026
- 1.1.43Sep 3, 2026
- 1.1.42not indexedSep 3, 2026
- 1.1.41not indexedSep 3, 2026
- 1.1.40Sep 3, 2026
- 1.1.39not indexedSep 3, 2026
- 1.1.38Jul 8, 2026
- 1.1.37not indexedJul 8, 2026
- 1.1.36not indexedJul 8, 2026
- 1.1.35not indexedJul 8, 2026
- 1.1.34not indexedJul 8, 2026
- 1.1.33not indexedJul 8, 2026
- 1.1.32not indexedJul 8, 2026
- 1.1.31not indexedJul 8, 2026
- 1.1.30not indexedJul 8, 2026
- 1.1.29not indexedJul 8, 2026
- 1.1.28not indexedJul 8, 2026
- 1.1.27not indexedJul 8, 2026
- 1.1.26not indexedJul 8, 2026
- 1.1.25not indexedJul 8, 2026
- 1.1.24not indexedJul 8, 2026
- 1.1.23not indexedJul 8, 2026
- 1.1.22not indexedJul 8, 2026
- 1.1.21not indexedJul 8, 2026
- 1.1.20not indexedJul 8, 2026
- 1.1.19not indexedJul 8, 2026
- 1.1.18not indexedJul 8, 2026
- 1.1.17not indexedJul 8, 2026
- 1.1.16not indexedJul 8, 2026
- 1.1.15not indexedJul 8, 2026
- 1.1.14not indexedJul 8, 2026
- 1.1.13not indexedJul 8, 2026
- 1.1.12not indexedJul 8, 2026
- 1.1.11not indexedJul 8, 2026
- 1.1.9not indexedJul 8, 2026
- 1.1.8not indexedJul 8, 2026
- 1.1.7not indexedJul 8, 2026
- 1.1.6not indexedJul 8, 2026
- 1.1.4not indexedJul 8, 2026
- 1.1.3not indexedJul 8, 2026
- 1.1.2not indexedJul 8, 2026
- 1.1.1not indexedJul 8, 2026
- 1.1.0not indexedJul 8, 2026
- 1.0.34not indexedJul 8, 2026
- 1.0.33not indexedJul 8, 2026
- 1.0.31not indexedJul 8, 2026
- 1.0.29not indexedJul 8, 2026
- 1.0.27not indexedJul 8, 2026
- 1.0.26not indexedJul 8, 2026
- 1.0.25not indexedJul 8, 2026
- 1.0.21not indexedJul 8, 2026
- 1.0.20not indexedJul 8, 2026
- 1.0.19not indexedJul 8, 2026
- 1.0.18not indexedJul 8, 2026
github.com/buildio/sdk-crystal-lang
-
Nothing has been indexed for 1.1.28 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
build-client:
github: buildio/sdk-crystal-lang
version: ~> 1.1.28Then run:
shards installshard.yml
No shard.yml has been indexed for 1.1.28. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
build-client
The Crystal module for the Build.io API V1
Authentication
All endpoints accept an OAuth Bearer token in the Authorization header.
Tokens come in three kinds, distinguished by their resource owner:
- User tokens (default) — full access to the user's apps, teams, pipelines, and namespaces.
- App-scoped tokens (prefix
bldp_) — bound to a single app. Can only access endpoints that operate on that one app (e.g.GET /api/v1/apps/:id, builds, dynos, config vars). Endpoints that operate on user-level collections (/api/v1/apps,/api/v1/teams,/api/v1/pipelines,/api/v1/namespaces,/api/v1/addon-attachments,/api/v1/addons) return 403 Forbidden for these tokens. - Addon partner tokens (
addon:configscope) — issued to addon vendors for partner endpoints only.
The /api/v1/me response shape varies by token kind: user tokens return { email };
app-scoped tokens return { app, email } where email belongs to the user that minted
the token.
This SDK is automatically generated by the OpenAPI Generator project:
- API version: v1
- Package version: 1.1.45
- Generator version: 7.14.0
- Build package: org.openapitools.codegen.languages.CrystalClientCodegen
Installation
Install from Git
Add the following to shard.yaml
dependencies:
build-client:
github: buildio/sdk-crystal-lang
version: ~> 1.1.45
Development
Install dependencies
shards
Run the tests:
crystal spec
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
1.1.28- Tagged
- Jul 8, 2026
- Commit
fd2857bccb6f- Indexed
- not yet
Dependents
Repository
github.com/buildio/sdk-crystal-lang
Metadata
- Created
- Aug 19, 2026
- Updated
- Sep 17, 2026
- Synced
- Sep 17, 2026
- Versions
- 55