File tree Expand file tree Collapse file tree 9 files changed +32
-11
lines changed Expand file tree Collapse file tree 9 files changed +32
-11
lines changed Original file line number Diff line number Diff line change 1
1
2
+ <div align =" center " >
3
+ <a href="https://codespaces.new/gleanwork/api-client-typescript.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4
+ </div >
5
+ <br >
6
+
2
7
> ** Remember to shutdown a GitHub Codespace when it is not in use!**
3
8
4
9
# Dev Containers Quick Start
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 6
6
sourceBlobDigest: sha256:6bc72f74f71a240fd856970a3e7f199b01435c1dbe606428131177cb092508c3
7
7
tags:
8
8
- latest
9
+ - speakeasy-sdk-regen-1745625824
9
10
Glean Client API:
10
11
sourceNamespace: glean-client-api
11
12
sourceRevisionDigest: sha256:aec0770b5bcca91068c3a844cb9ef4a091281f6cc3b7d86f2abef1bd6fb2b301
@@ -20,7 +21,7 @@ targets:
20
21
sourceRevisionDigest: sha256:7c4c0dd261e2d1b832d1c43a0046a3f8dc10c15462e008dfdfeb9c308da6ab74
21
22
sourceBlobDigest: sha256:6bc72f74f71a240fd856970a3e7f199b01435c1dbe606428131177cb092508c3
22
23
codeSamplesNamespace: glean-api-specs-typescript-code-samples
23
- codeSamplesRevisionDigest: sha256:09aa235a10c87a06713a7b5eeaf11404d0703ea2b52c9ca65d6f350634508e95
24
+ codeSamplesRevisionDigest: sha256:4da50ac851ea93f3dfc25f112f669b6a4372b6b499a80b6711c8732e974f3987
24
25
workflow:
25
26
workflowVersion: 1.0.0
26
27
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ The Glean TypeScript SDK provides convenient access to the Glean REST API in bot
8
8
## Table of Contents
9
9
<!-- $toc-max-depth=2 -->
10
10
* [ Glean TypeScript API Client] ( #glean-typescript-api-client )
11
- * [ Usage guidelines] ( #usage-guidelines )
12
11
* [ SDK Installation] ( #sdk-installation )
13
12
* [ Requirements] ( #requirements )
14
13
* [ SDK Example Usage] ( #sdk-example-usage )
Original file line number Diff line number Diff line change
1
+
2
+
3
+ ## 2025-04-26 00:03:27
4
+ ### Changes
5
+ Based on:
6
+ - OpenAPI Doc
7
+ - Speakeasy CLI 1.540.0 (2.593.3) https://github.com/speakeasy-api/speakeasy
8
+ ### Generated
9
+ - [ typescript v0.1.0-beta] .
10
+ ### Releases
11
+ - [ NPM v0.1.0-beta] https://www.npmjs.com/package/@gleanwork/api-client/v/0.1.0-beta - .
Original file line number Diff line number Diff line change 2
2
3
3
{
4
4
"name" : " @gleanwork/api-client" ,
5
- "version" : " 0.7.7 " ,
5
+ "version" : " 0.1.0-beta " ,
6
6
"exports" : {
7
7
"." : " ./src/index.ts" ,
8
8
"./models/errors" : " ./src/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gleanwork/api-client" ,
3
- "version" : " 0.7.7 " ,
3
+ "version" : " 0.1.0-beta " ,
4
4
"author" : " Speakeasy" ,
5
5
"type" : " module" ,
6
6
"tshy" : {
20
20
}
21
21
},
22
22
"sideEffects" : false ,
23
+ "repository" : {
24
+ "type" : " git" ,
25
+ "url" : " https://github.com/gleanwork/api-client-typescript.git"
26
+ },
23
27
"scripts" : {
24
28
"test" : " vitest run src --reporter=junit --outputFile=.speakeasy/reports/tests.xml --reporter=default" ,
25
29
"check" : " npm run test && npm run lint" ,
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
64
64
export const SDK_METADATA = {
65
65
language : "typescript" ,
66
66
openapiDocVersion : "0.9.0" ,
67
- sdkVersion : "0.7.7 " ,
67
+ sdkVersion : "0.1.0-beta " ,
68
68
genVersion : "2.593.3" ,
69
69
userAgent :
70
- "speakeasy-sdk/typescript 0.7.7 2.593.3 0.9.0 @gleanwork/api-client" ,
70
+ "speakeasy-sdk/typescript 0.1.0-beta 2.593.3 0.9.0 @gleanwork/api-client" ,
71
71
} as const ;
You can’t perform that action at this time.
0 commit comments