https://github.com/upbound/up-sdk-go
The @golang SDK for @upbound
https://github.com/upbound/up-sdk-go
Last synced: about 1 year ago
JSON representation
The @golang SDK for @upbound
- Host: GitHub
- URL: https://github.com/upbound/up-sdk-go
- Owner: upbound
- License: apache-2.0
- Created: 2021-03-09T23:27:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T14:16:03.000Z (about 1 year ago)
- Last Synced: 2025-05-08T23:45:25.332Z (about 1 year ago)
- Language: Go
- Size: 832 KB
- Stars: 10
- Watchers: 22
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Upbound Go SDK
`up-sdk-go` is the official [Go] SDK for [Upbound]. It is currently under active
development and subject to breaking changes.
## Supported Services
The following services are currently supported:
- Accounts
- Configurations
- Control Planes
- Organizations
- Repositories
- Robots
- Tokens
## Authentication
`up-sdk-go` currently defers authentication to the consumer by passing a
configured `http.Client`. The [_examples] directory contains examples of how
this can be accomplished with a `cookiejar` implementation and session tokens.
[Go]: https://golang.org/
[Upbound]: https://cloud.upbound.io/
[_examples]: ./_examples