TheHive4py
TheHive4py copied to clipboard
Python API Client for TheHive
Added a one-line function to check for the existence of a tag on a case, as discussed in https://github.com/CERT-BDF/TheHive4py/issues/47.
Outlined in #255 there can be JSON decode errors when running TheHive4Py on AWS Lambda most likely due to Lambda not including the correct package that contains JSONDecodeError. This PR...
When you are running code using TheHive4Py 2.0.0b2 on AWS Lambda and you interact with a function that returns a None response you get a `JSONDecodeError`:  This error appears...
Go through the `types/` module to review and update outdated/incorrect type hints for the input output modules. Use the latest API docs https://docs.strangebee.com/thehive/api-docs/ as reference. As a future proof solution...
At the moment the [cortex endpoint](https://github.com/TheHive-Project/TheHive4py/blob/main/thehive4py/endpoints/cortex.py) only support the bare minimum. Extend it to support more cortex operations directly via the [corresponding](https://docs.strangebee.com/thehive/api-docs/#tag/Cortex) TheHive v1 api.
A query builder class would make query creation more convenient for users of the client. This one is a more complex issue and probably needs some proper development effort.
Go through the 5.x API docs and see what's missing from existing endpoints and also add entirely missing endpoints. Majority of the endpoint classes still don't have docstrings specified and...
Using mkdocs and leveraging existing type hints. The docs should contain sections like: - introduction - requirements installation - quickstart - advanced examples for selected enpoints like: alerts, cases, observables,...
…re tasks to be completed)