graphsense / graphsense-python

A Python client for the GraphSense REST interface.
MIT License
19 stars 5 forks source link

Avoid conversion of ints to floats #20

Open myrho opened 2 years ago

myrho commented 2 years ago

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.