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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ This provides access only to public Spotify endpoints. By default, the SpotifyAp
77
77
through the `automaticRefresh` parameter in all builders.
78
78
79
79
There are four exposed builders, depending on the level of control you need over api creation.
80
-
Please see the [spotifyAppApi builder docs]() for a full list of available builders, or the app api [samples]().
80
+
Please see the [spotifyAppApi builder docs](https://adamint.github.io/spotify-web-api-kotlin/docs/spotify-web-api-kotlin/com.adamratzman.spotify/spotify-app-api.html) for a full list of available builders, or the app api [samples](https://github.com/adamint/spotify-web-api-kotlin/tree/master/samples/jvm/src/main/kotlin/appApi).
81
81
82
82
83
83
### SpotifyClientApi
@@ -90,11 +90,11 @@ ensure proper function of this library.
90
90
Its automatic refresh ability is available *only* when building with
91
91
an authorization code or a `Token` object. Otherwise, it will expire `Token.expiresIn` seconds after creation.
92
92
93
-
Please see the [spotifyClientApi builder docs]() for a full list of available builders, or the client [samples]().
93
+
Please see the [spotifyClientApi builder docs](https://adamint.github.io/spotify-web-api-kotlin/docs/spotify-web-api-kotlin/com.adamratzman.spotify/spotify-client-api.html) for a full list of available builders, or the client [samples](https://github.com/adamint/spotify-web-api-kotlin/tree/master/samples/jvm/src/main/kotlin/clientApi).
94
94
95
95
### SpotifyImplicitGrantApi
96
96
Instantiate this api only if you are using the Spotify implicit grant flow. It is a superset of `SpotifyClientApi`.
97
-
Please see the [spotifyImplicitGrantApi builder docs]() for a full list of available builders, or the implicit grant [samples]().
97
+
Please see the [spotifyImplicitGrantApi builder docs](https://adamint.github.io/spotify-web-api-kotlin/docs/spotify-web-api-kotlin/com.adamratzman.spotify/spotify-implicit-grant-api.html) for a full list of available builders, or the implicit grant [samples (tbd)]().
98
98
99
99
### SpotifyApiBuilder Block & setting API options
100
100
There are three pluggable blocks in each api's corresponding builder
@@ -235,4 +235,4 @@ You can then use this track in `SpotifyClientApi` endpoints such as playing or s
0 commit comments