Alexander Baxevanis

Results 3 issues of Alexander Baxevanis

Currently network requests in https://github.com/stravalib/stravalib/blob/master/stravalib/protocol.py are done using the `requests` library whihch blocks while data is being downloaded. This isn't a problem when the libray is being used to bulk-download...

enhancement

Trying to convert some of the object to JSON throws the exception: `TypeError: Object of type ServiceItem is not JSON serializable` It would be nice to make these serialisable so...

API doc should clarify if `/transactions` always returns a list of transactions sorted in chronological order, or if the order is not guaranteed