An open API service providing repository metadata for many open source software ecosystems.

GitHub / adamint / spotify-web-api-kotlin

Spotify Web API wrapper for Kotlin, Java, JS, and Native - Targets JVM, Android, JS (browser), Native (Desktop), and Apple tvOS/iOS. Includes a Spotify Web Playback SDK wrapper for Kotlin/JS, and a spotify-auth wrapper for Kotlin/Android.

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamint%2Fspotify-web-api-kotlin
PURL: pkg:github/adamint/spotify-web-api-kotlin

Stars: 204
Forks: 23
Open issues: 11

License: mit
Language: Kotlin
Size: 6.96 MB
Dependencies parsed at: Pending

Created at: about 8 years ago
Updated at: 7 months ago
Pushed at: over 1 year ago
Last synced at: 5 months ago

Topics: android, android-library, api, java, javascript, jvm, kotlin, kotlin-multiplatform, nodejs, pkce-authentication, spotify, spotify-api, spotify-broadcast-notifications, spotify-web-api, web-playback-sdk, wrapper

Funding Links https://github.com/sponsors/adamint, https://ko-fi.com/adamratzman

Releases
Invoke httpResponseSubscriber only after all caching and other transformations have been complete

v4.1.3

httpResponseSubscriber otherwise could be called multiple times before a successful response is obtained, and is not called before caching is completed.

over 1 year ago
Download
Fix multiple token refresh for client credentials flow

v4.1.2

Spotify does not return a new refresh token after refreshing an old token, contrary to both their documentation and to good security practice. We now will update the new token with the old token’s refresh token after token refresh.

over 1 year ago
Download
Adds locale parameter to search, small bug fixes

v4.1.1

What’s Changed

New Contributors

Full Changelog: https://github.com/adamint/spotify-web-api-kotlin/compare/v4.1.0...v4.1.1

over 1 year ago
Download
v4.1.0

v4.1.0

Updates Spotify endpoints

over 1 year ago
Download
v4.0.1

v4.0.1

What’s Changed

Full Changelog: https://github.com/adamint/spotify-web-api-kotlin/compare/v3.8.8...v4.0.1

over 2 years ago
Download
Release version 3.8.8

v3.8.8

Publishes tvosArm64 and iosArm64 versions

What’s Changed

Full Changelog: https://github.com/adamint/spotify-web-api-kotlin/compare/3.8.6...v3.8.8

about 3 years ago
Download
3.8.6 release

3.8.6

  • Fixes #305
  • Fixes #306

What’s Changed

Full Changelog: https://github.com/adamint/spotify-web-api-kotlin/compare/3.8.5...3.8.6

over 3 years ago
Download
3.8.5 release - fix #302

3.8.5

What’s Changed

Full Changelog: https://github.com/adamint/spotify-web-api-kotlin/compare/3.8.4...3.8.5

almost 4 years ago
Download
3.8.4 release - PlayerApi updates to support episodes

3.8.4

  • Episodes are now supported in player state and player current track
almost 4 years ago
Download