An open API service indexing awesome lists of open source software.

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

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