We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272d9e5 commit 859adddCopy full SHA for 859addd
README.md
@@ -19,7 +19,7 @@ import os
19
20
with Glean(api_token="client-token") as glean:
21
search_response = glean.client.search.query(
22
- search_request=models.SearchRequest(query="search term")
+ request=models.SearchRequest(query="search term")
23
)
24
print(search_response)
25
0 commit comments