mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-25 06:28:22 +00:00
Add Java SDK examples to the documentation (#10444)
This commit is contained in:
parent
0efa49b9c6
commit
5be1a77f94
@ -222,3 +222,8 @@ Please refer to the examples to access an API:
|
||||
Response response = esApi.searchEntitiesWithQuery("", "pipeline_search_index", false, 0, 0, null, null, true, "{\"query\":{\"bool\":{}}}", null, false, null );
|
||||
String data = IOUtils.toString(response.body().asInputStream(), Charsets.UTF_8);
|
||||
```
|
||||
|
||||
## More examples
|
||||
|
||||
If you want more examples of using different Java SDK methods, you will find them in our demo repository
|
||||
[here](https://github.com/open-metadata/openmetadata-demo/tree/main/java-sdk-examples).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user