You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ dependencies {
54
54
This library should work out of the box on Android.
55
55
56
56
## Documentation
57
-
The `spotify-web-api-kotlin` KDocs are live at https://adamint.github.io/spotify-web-api-kotlin/-spotify-kotlin-wrapper/
57
+
The `spotify-web-api-kotlin` KDocs are hosted at https://docs.adamratzman.com/-spotify-kotlin-wrapper/
58
58
59
59
## Creating a SpotifyAPI or SpotifyClientAPI object
60
60
In order to use the methods in this library, you must create either a `SpotifyAPI` or `SpotifyClientAPI` object using their respective exposed builders. Client-specific methods are unable to be accessed with the generic SpotifyAPI, rather you must create an instance of the Client API.
0 commit comments