We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 272d9e5 + 859addd commit 6ccd196Copy full SHA for 6ccd196
1 file changed
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