traveltime-dev / traveltime-python-sdk

TravelTime SDK for Python programming language
https://docs.traveltime.com/
MIT License
20 stars 5 forks source link

Cannot serialize response to json #9

Closed EivydasKoc closed 1 year ago

EivydasKoc commented 1 year ago

Default json module cannot serialize response objects into json strings. Either add a .json() function on response to convert to json string in the SDK or return objects which the default module can serialize.

image

danielnaumau commented 1 year ago

You just need to run response.json() instead of json.dumps()