Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@thebigmunch thebigmunch released this 05 Nov 11:03
· 95 commits to master since this release

Commits

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