Kamforka

Results 46 comments of Kamforka

By the way, now that I'm taking a second look at this request, what are we really trying to solve here? Can you describe me a usecase where an in...

> One of my use cases involve collecting a file from TheHive and immediately uploading it elsewhere. In this case, it does not make a lot of sense to create...

This is what I mean when I say you don't need to return anything: ```python from io import BytesIO from thehive4py.client import TheHiveApi hive = TheHiveApi( url="http://localhost:9000", username="[email protected]", password="secret" )...

Any update on this? I just realized that deleting sketches won't delete underlying timeline indices, thus occupy a lot of storage in a hidden way.

Good job, however I'd not include parameters in the docstrings. Type hints render those useless. You already see what are the parameters and their type from the signature of the...

Not sure if API docs still a thing these days. I think proper usage examples serve much better as documentation.On 19 Jun 2023 09:43, Black-Pearl25 ***@***.***> wrote: Thank you, actually...

Don't get me wrong.Docstrings are good. Relisting parameters are not. If we really want to generate API docs using some tool, I'd expect the tool to work out signature definitions...

We could do this as part of #301

Hi @jkppr and thanks for the quick reply! No database migration yet as this is a brand new instance without any legacy data. Oh well, searching for `*` did the...

Hi @jkppr yeah indeed we don't have the `data_type` field in our input. Is that also the reason for the cryptic `datetime` display? I've successfully migrated our deployment to the...