Skip to content

Commit 6da3d7c

Browse files
Fixing README.md
1 parent be621ed commit 6da3d7c

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.speakeasy/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ targets:
1616
registry:
1717
location: registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs-python-code-samples
1818
labelOverride:
19-
fixedValue: Python (SDK)
19+
fixedValue: Python (Client)
2020
blocking: false
2121
testing:
2222
enabled: true

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
# Glean Python API Client
22

3-
<!-- no [summary] -->
4-
53
The Glean Python SDK provides convenient access to the Glean REST API from any Python 3.8+ application. It includes type hints for all request parameters and response fields, and supports both synchronous and asynchronous usage via [httpx](https://www.python-httpx.org/).
6-
7-
<!-- Start Summary [summary] -->
8-
## Summary
9-
10-
Glean API: # Introduction
11-
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.
12-
13-
# Usage guidelines
14-
This API is evolving fast. Glean will provide advance notice of any planned backwards incompatible changes along
15-
with a 6-month sunset period for anything that requires developers to adopt the new versions.
16-
<!-- End Summary [summary] -->
4+
<!-- No Summary [summary] -->
175

186
<!-- Start Table of Contents [toc] -->
197
## Table of Contents

0 commit comments

Comments
 (0)