phisco / up-sdk-go

The @golang SDK for @upbound

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The @golang SDK for @upbound

License:Apache License 2.0


Languages

Language:Go 98.8%Language:Makefile 1.0%Language:Shell 0.3%