1
1
# Gitpod Go API Library
2
2
3
- <a href =" https://pkg.go.dev/github.com/gitpod-io/flex -sdk-go " ><img src =" https://pkg.go.dev/badge/github.com/gitpod-io/flex -sdk-go.svg " alt =" Go Reference " ></a >
3
+ <a href =" https://pkg.go.dev/github.com/gitpod-io/gitpod -sdk-go " ><img src =" https://pkg.go.dev/badge/github.com/gitpod-io/gitpod -sdk-go.svg " alt =" Go Reference " ></a >
4
4
5
5
The Gitpod Go library provides convenient access to [ the Gitpod REST
6
6
API] ( https://docs.gitpod.com ) from applications written in Go. The full API of this library can be found in [ api.md] ( api.md ) .
@@ -13,7 +13,7 @@ It is generated with [Stainless](https://www.stainlessapi.com/).
13
13
14
14
``` go
15
15
import (
16
- " github.com/gitpod-io/flex -sdk-go" // imported as gitpod
16
+ " github.com/gitpod-io/gitpod -sdk-go" // imported as gitpod
17
17
)
18
18
```
19
19
@@ -24,7 +24,7 @@ Or to pin the version:
24
24
<!-- x-release-please-start-version -->
25
25
26
26
``` sh
27
- go get -u ' github.com/gitpod-io/flex -sdk-go@v0.1.0-alpha.1'
27
+ go get -u ' github.com/gitpod-io/gitpod -sdk-go@v0.1.0-alpha.1'
28
28
```
29
29
30
30
<!-- x-release-please-end -->
@@ -44,8 +44,8 @@ import (
44
44
" context"
45
45
" fmt"
46
46
47
- " github.com/gitpod-io/flex -sdk-go"
48
- " github.com/gitpod-io/flex -sdk-go/option"
47
+ " github.com/gitpod-io/gitpod -sdk-go"
48
+ " github.com/gitpod-io/gitpod -sdk-go/option"
49
49
)
50
50
51
51
func main () {
@@ -153,7 +153,7 @@ client.Runners.New(context.TODO(), ...,
153
153
)
154
154
```
155
155
156
- See the [ full list of request options] ( https://pkg.go.dev/github.com/gitpod-io/flex -sdk-go/option ) .
156
+ See the [ full list of request options] ( https://pkg.go.dev/github.com/gitpod-io/gitpod -sdk-go/option ) .
157
157
158
158
### Pagination
159
159
@@ -384,7 +384,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
384
384
385
385
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
386
386
387
- We are keen for your feedback; please open an [ issue] ( https://www.github.com/gitpod-io/flex -sdk-go/issues ) with questions, bugs, or suggestions.
387
+ We are keen for your feedback; please open an [ issue] ( https://www.github.com/gitpod-io/gitpod -sdk-go/issues ) with questions, bugs, or suggestions.
388
388
389
389
## Contributing
390
390
0 commit comments