We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not really Bug
TheHive4Py 1.6.0
The real return type of create_* methods (create_alert, create_case, ...) is requests.Response. The notation in comment says that return type is json.
create_*
create_alert
create_case
requests.Response
The text was updated successfully, but these errors were encountered:
#150 Fix methods documentation in TheHiveApi class
de2b94d
nadouani
No branches or pull requests
Request Type
Not really Bug
Work Environment
TheHive4Py 1.6.0
Problem Description
The real return type of
create_*
methods (create_alert
,create_case
, ...) isrequests.Response
. The notation in comment says that return type is json.The text was updated successfully, but these errors were encountered: