Skip to content

SpotifyAPI Web API 6.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@JohnnyCrazy JohnnyCrazy released this 15 Jun 20:50

➕ Additions

  • (🛑 Breaking Change) spotify.Paginate and spotify.PaginateAll now support CursorPaging<T> objects. Due to C#'s type system, the first parameter to Paginate and PaginataAll must be of type Paging<T> or CursorPaging<T>, the Task<...> and Func<Task<...>> overloads have been removed.