v2.2.0
Changes:
api.retrieve()
and api.retrieve_all()
now return a PartData
object which is a subclass of dict
. This object includes a timestamp of when the data was retrieved and a to_json()
method for easy serialization.
api.retrieve()
and api.retrieve_all()
now return a PartData
object which is a subclass of dict
. This object includes a timestamp of when the data was retrieved and a to_json()
method for easy serialization.