1
1
# Gitpod Go API Library
2
2
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 >
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 ) .
@@ -9,18 +9,26 @@ It is generated with [Stainless](https://www.stainlessapi.com/).
9
9
10
10
## Installation
11
11
12
+ <!-- x-release-please-start-version -->
13
+
12
14
``` go
13
15
import (
14
- " github.com/stainless-sdks/gitpod -go" // imported as gitpod
16
+ " github.com/gitpod-io/flex-sdk -go" // imported as gitpod
15
17
)
16
18
```
17
19
20
+ <!-- x-release-please-end -->
21
+
18
22
Or to pin the version:
19
23
24
+ <!-- x-release-please-start-version -->
25
+
20
26
``` sh
21
- go get -u
' github.com/stainless-sdks/gitpod [email protected] '
27
+ go get -u
' github.com/gitpod-io/flex-sdk [email protected] '
22
28
```
23
29
30
+ <!-- x-release-please-end -->
31
+
24
32
## Requirements
25
33
26
34
This library requires Go 1.18+.
@@ -36,8 +44,8 @@ import (
36
44
" context"
37
45
" fmt"
38
46
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"
41
49
)
42
50
43
51
func main () {
@@ -145,7 +153,7 @@ client.Runners.New(context.TODO(), ...,
145
153
)
146
154
```
147
155
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 ) .
149
157
150
158
### Pagination
151
159
@@ -376,7 +384,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
376
384
377
385
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
378
386
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.
380
388
381
389
## Contributing
382
390
0 commit comments