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.
2 parents 7e804d7 + c0c9b7c commit 08c86b1Copy full SHA for 08c86b1
subprojects/client/README.md
@@ -16,7 +16,7 @@ The basic usage of the `OpenApiClient` is simple and self explanatory:
16
17
OpenApiClient client = OpenApiClient.withDefaultClient(apiKey);
18
SearchResults results = client.searchBuilder()
19
- .term("harry potter)
+ .term("harry potter")
20
.term("boek")
21
.search();
22
0 commit comments