This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
2.0.0
Added
- Expose undocumented batch call base classes:
ActivityRecord
PlaylistBatch
RadioEditStation
TrackBatch
Changed
- Batch calls now use staticmethods to build the events/mutations.
See the docs for each call's methods.
The events/mutations are passed to the batch call class.
This allows for multiple and different types of and operations to be done in one call.
Removed
- Batch call subclasses:
ActivityRecordPlay
ActivityRecordRate
PlaylistBatchCreate
PlaylistBatchDelete
PlaylistBatchUpdate
RadioEditStationCreateOrGet
RadioEditStationDelete
TrackBatchCreate
TrackBatchDelete
TrackBatchUpdate