Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#291 - add missing query api link #311

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ case_observables = hive.case.find_observables(case_id=my_case["_id"])
```

### Retrieve Specific Observables of a Case
If you want to retrieve specific observables based on criteria, you can leverage TheHive's powerful query capabilities. You can refer to the official Query API documentation for more details.
If you want to retrieve specific observables based on criteria, you can leverage TheHive's powerful query capabilities. You can refer to the official [Query API][query-api-docs] documentation for more details.

Here's an example of how to retrieve IP observables from a case:

Expand Down Expand Up @@ -312,4 +312,6 @@ To ensure code quality and prevent broken code from being merged, a private imag

The project is actively working on a solution to enable developers to run integration tests locally, providing a more accessible and comprehensive testing experience.

While local testing is in development, relying on the automated PR checks ensures the reliability and quality of the `thehive4py` library.
While local testing is in development, relying on the automated PR checks ensures the reliability and quality of the `thehive4py` library.

[query-api-docs]: https://docs.strangebee.com/thehive/api-docs/#operation/Query%20API