Skip to content

Commit 5888854

Browse files
feat(api): RBAC APIs
1 parent 18fd5b1 commit 5888854

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+7050
-436
lines changed

.stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 119
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-ca9a49ac7fbb63f55611fd7cd48a22a3ff8b38a797125c8513e891d9b7345550.yml
3-
openapi_spec_hash: fd6ffbdfaefcc555e61ca1c565e05214
4-
config_hash: 7fb76543ceafd4a116473f647f8d63b1
1+
configured_endpoints: 159
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-d62ef4b9187c1f3d36f428abc4b31d8a09ffd36e93d39b8136c60c8f463c838e.yml
3+
openapi_spec_hash: d7f01b6f24e88eb46d744ecd28061f26
4+
config_hash: 26e4a10dfc6ec809322e60d889d15414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This library provides convenient access to the Gitpod REST API from server-side TypeScript or JavaScript.
66

7-
The REST API documentation can be found on [docs.ona.com](https://docs.ona.com). The full API of this library can be found in [api.md](api.md).
7+
The REST API documentation can be found on [docs.gitpod.io](https://docs.gitpod.io). The full API of this library can be found in [api.md](api.md).
88

99
It is generated with [Stainless](https://www.stainless.com/).
1010

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ or products provided by Gitpod, please follow the respective company's security
2020

2121
### Gitpod Terms and Policies
2222

23-
Please contact dev-feedback@ona.com for any questions or concerns regarding the security of our services.
23+
Please contact dev-feedback@gitpod.com for any questions or concerns regarding the security of our services.
2424

2525
---
2626

api.md

Lines changed: 173 additions & 6 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@gitpod/sdk",
33
"version": "0.7.11",
44
"description": "The official TypeScript library for the Gitpod API",
5-
"author": "Gitpod <dev-feedback@ona.com>",
5+
"author": "Gitpod <dev-feedback@gitpod.com>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
88
"type": "commonjs",

0 commit comments

Comments
 (0)