We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25220f0 + 880d40d commit 49dd038Copy full SHA for 49dd038
README.md
@@ -1 +1,22 @@
1
# Upbound Go SDK
2
+
3
+`up-sdk-go` is the official [Go] SDK for [Upbound]. It is currently under active
4
+development and subject to breaking changes.
5
6
+## Supported Services
7
8
+The following services are currently supported:
9
+- Accounts
10
+- Control Planes
11
+- Tokens
12
13
+## Authentication
14
15
+`up-sdk-go` currently defers authentication to the consumer by passing a
16
+configured `http.Client`. The [_examples] directory contains examples of how
17
+this can be accomplished with a `cookiejar` implementation and session tokens.
18
19
+<!-- Named Links -->
20
+[Go]: https://golang.org/
21
+[Upbound]: https://cloud.upbound.io/
22
+[_examples]: ./_examples
0 commit comments