SpotifyAPI Web API 6.0.0-beta.5
Pre-release
Pre-release
➕ Additions
- (🛑 Breaking Change)
spotify.Paginate
andspotify.PaginateAll
now supportCursorPaging<T>
objects. Due to C#'s type system, the first parameter toPaginate
andPaginataAll
must be of typePaging<T>
orCursorPaging<T>
, theTask<...>
andFunc<Task<...>>
overloads have been removed.