Skip to content

Commit 9029008

Browse files
Update code samples
1 parent 0dbd4c6 commit 9029008

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ sources:
2424
- 0.9.0
2525
glean-client-merged-code-samples-spec:
2626
sourceNamespace: glean-client-merged-code-samples-spec
27-
sourceRevisionDigest: sha256:7fa1c78a70b95511b6a99a304c88542656e813c8bb1093b4c877f07c5632bfc7
28-
sourceBlobDigest: sha256:921b4a6f115d2aab94f05a624a2fddeb65c4ba33f7558137144b5ab8d6db2e25
27+
sourceRevisionDigest: sha256:24e21e3aa3d3cad3b68401845c1490bc260bae7fe2db508df078a5120055a76a
28+
sourceBlobDigest: sha256:5d424f1c8b3eaf9ef9b068f6160f34694783cc6e3438c13f9989fc79eb74769b
2929
tags:
3030
- latest
3131
- main
@@ -39,8 +39,8 @@ sources:
3939
- 0.9.0
4040
glean-index-merged-code-samples-spec:
4141
sourceNamespace: glean-index-merged-code-samples-spec
42-
sourceRevisionDigest: sha256:2f98b37e368839cded51508f2e8f756940eb4b25f91edf65ca77e95ccf71248a
43-
sourceBlobDigest: sha256:bb950d427c86e1e102161eaf49c1f3c761b391c40b8ae27735da6aec58f60e55
42+
sourceRevisionDigest: sha256:868f9a723f7cac4e0fa9ad10ef50f05f2addcd10272c738d514f9be3d5384320
43+
sourceBlobDigest: sha256:8376e1ab64b5824b1ed3807455e63214fdd9f19699022dfa155615fa28679937
4444
tags:
4545
- latest
4646
- main

final_specs/client_rest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
x-source-commit-sha: 5663ebb14ef0003ab48d2d14cda2ba526226b054
5+
x-source-commit-sha: 14f293dbff52da193f7f219865a15688c4e65c00
66
description: |
77
# Introduction
88
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 67e14b261dffd352aba686d9e04aa825a7c2402e
25+
x-open-api-commit-sha: 239eeee8b29b9dbc972cacedd67ba305695551f0
2626
x-speakeasy-name: Glean API
2727
servers:
2828
- url: https://{instance}-be.glean.com

final_specs/indexing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
x-source-commit-sha: 5663ebb14ef0003ab48d2d14cda2ba526226b054
5+
x-source-commit-sha: 14f293dbff52da193f7f219865a15688c4e65c00
66
description: |
77
# Introduction
88
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 67e14b261dffd352aba686d9e04aa825a7c2402e
25+
x-open-api-commit-sha: 239eeee8b29b9dbc972cacedd67ba305695551f0
2626
x-speakeasy-name: Glean API
2727
servers:
2828
- url: https://{instance}-be.glean.com

merged_code_samples_specs/glean-client-merged-code-samples-spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
x-source-commit-sha: 5663ebb14ef0003ab48d2d14cda2ba526226b054
5+
x-source-commit-sha: 14f293dbff52da193f7f219865a15688c4e65c00
66
description: |
77
# Introduction
88
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 67e14b261dffd352aba686d9e04aa825a7c2402e
25+
x-open-api-commit-sha: 239eeee8b29b9dbc972cacedd67ba305695551f0
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com

merged_code_samples_specs/glean-index-merged-code-samples-spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
x-source-commit-sha: 5663ebb14ef0003ab48d2d14cda2ba526226b054
5+
x-source-commit-sha: 14f293dbff52da193f7f219865a15688c4e65c00
66
description: |
77
# Introduction
88
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 67e14b261dffd352aba686d9e04aa825a7c2402e
25+
x-open-api-commit-sha: 239eeee8b29b9dbc972cacedd67ba305695551f0
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com

modified_code_samples_specs/client_rest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
x-source-commit-sha: 5663ebb14ef0003ab48d2d14cda2ba526226b054
5+
x-source-commit-sha: 14f293dbff52da193f7f219865a15688c4e65c00
66
description: |
77
# Introduction
88
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 67e14b261dffd352aba686d9e04aa825a7c2402e
25+
x-open-api-commit-sha: 239eeee8b29b9dbc972cacedd67ba305695551f0
2626
x-speakeasy-name: Glean API
2727
servers:
2828
- url: https://{instance}-be.glean.com

modified_code_samples_specs/indexing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
x-source-commit-sha: 5663ebb14ef0003ab48d2d14cda2ba526226b054
5+
x-source-commit-sha: 14f293dbff52da193f7f219865a15688c4e65c00
66
description: |
77
# Introduction
88
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 67e14b261dffd352aba686d9e04aa825a7c2402e
25+
x-open-api-commit-sha: 239eeee8b29b9dbc972cacedd67ba305695551f0
2626
x-speakeasy-name: Glean API
2727
servers:
2828
- url: https://{instance}-be.glean.com

0 commit comments

Comments
 (0)