graphsense-python
graphsense-python copied to clipboard
A Python client for the GraphSense REST interface.
Since the response type of the bulk is open json, the generated python client can only guess on deserialization and always chooses float as target type rather than int.
This issue happens with the python client, not with curl: Perhaps useful to know that I am encountering another issue with GraphSense that has been really difficult to work around...
Add another parameter to the bulk method `verbose` which displays an inline counter of received lines.
The gs-python repository is a simple wrapper around the gs-rest interface. This is often not very convenient to use and results in a lot of boilerplate code in notebooks etc....
Hi! I would like to have a feature, where I can display all transaction from a specific day. Is there any chance to get it?
The code to reproduce the client classes based on the openapi spec is currently maintained in an internal (private) repo (https://github.com/iknaio/kong/) which makes development cumbersome.