Skip to content

Commit 49dd038

Browse files
authored
Merge pull request #23 from hasheddan/read-me
2 parents 25220f0 + 880d40d commit 49dd038

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
11
# 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

Comments
 (0)