Unofficial Spotify SDK for android overcoming the limitations of the official one.
The library provides a wrapper over spotify-auth api (which is a part of official-sdk) to handle automatic authentication as well as to yield some certain routes provided by web-api.
The library only includes spotify-auth library as a part of this sdk, for spotify-app-remote you need to add it manually.
The library uses OkHttp version 3.1.2 internally to make http calls, which makes the minimum support sdk to 16.
The library overcomes some limitation of official sdk, some of them are listed below.
Library is available on mavenCentral()
. Read more in docs.
implementation 'io.github.kaustubhpatange:spotifyapi:$version'
Browse from the following topics,
Copyright 2020 Kaustubh Patange
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.