11# Gitpod Go API Library
22
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 >
44
55The Gitpod Go library provides convenient access to [ the Gitpod REST
66API] ( 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/).
1313
1414``` go
1515import (
16- " github.com/gitpod-io/flex -sdk-go" // imported as gitpod
16+ " github.com/gitpod-io/gitpod -sdk-go" // imported as gitpod
1717)
1818```
1919
@@ -24,7 +24,7 @@ Or to pin the version:
2424<!-- x-release-please-start-version -->
2525
2626``` sh
27- go get -u
' github.com/gitpod-io/flex [email protected] ' 27+ go get -u
' github.com/gitpod-io/gitpod [email protected] ' 2828```
2929
3030<!-- x-release-please-end -->
@@ -44,8 +44,8 @@ import (
4444 " context"
4545 " fmt"
4646
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"
4949)
5050
5151func main () {
@@ -153,7 +153,7 @@ client.Runners.New(context.TODO(), ...,
153153)
154154```
155155
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 ) .
157157
158158### Pagination
159159
@@ -384,7 +384,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
384384
385385We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
386386
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.
388388
389389## Contributing
390390
0 commit comments