11# Gitpod Go API Library
22
3- <a href =" https://pkg.go.dev/github.com/stainless-sdks/gitpod- go " ><img src =" https://pkg.go.dev/badge/github.com/stainless-sdks/gitpod -go.svg " alt =" Go Reference " ></a >
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 >
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 ) .
@@ -9,18 +9,26 @@ It is generated with [Stainless](https://www.stainlessapi.com/).
99
1010## Installation
1111
12+ <!-- x-release-please-start-version -->
13+
1214``` go
1315import (
14- " github.com/stainless-sdks/gitpod -go" // imported as gitpod
16+ " github.com/gitpod-io/flex-sdk -go" // imported as gitpod
1517)
1618```
1719
20+ <!-- x-release-please-end -->
21+
1822Or to pin the version:
1923
24+ <!-- x-release-please-start-version -->
25+
2026``` sh
21- go get -u
' github.com/stainless-sdks/gitpod [email protected] ' 27+ go get -u
' github.com/gitpod-io/flex-sdk [email protected] ' 2228```
2329
30+ <!-- x-release-please-end -->
31+
2432## Requirements
2533
2634This library requires Go 1.18+.
@@ -36,8 +44,8 @@ import (
3644 " context"
3745 " fmt"
3846
39- " github.com/stainless-sdks/gitpod -go"
40- " github.com/stainless-sdks/gitpod -go/option"
47+ " github.com/gitpod-io/flex-sdk -go"
48+ " github.com/gitpod-io/flex-sdk -go/option"
4149)
4250
4351func main () {
@@ -145,7 +153,7 @@ client.Runners.New(context.TODO(), ...,
145153)
146154```
147155
148- See the [ full list of request options] ( https://pkg.go.dev/github.com/stainless-sdks/gitpod -go/option ) .
156+ See the [ full list of request options] ( https://pkg.go.dev/github.com/gitpod-io/flex-sdk -go/option ) .
149157
150158### Pagination
151159
@@ -376,7 +384,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
376384
377385We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
378386
379- We are keen for your feedback; please open an [ issue] ( https://www.github.com/stainless-sdks/gitpod -go/issues ) with questions, bugs, or suggestions.
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.
380388
381389## Contributing
382390
0 commit comments