Skip to content

Commit 09c1227

Browse files
authored
Update README.md
1 parent 0eea8a4 commit 09c1227

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ If you have a question, you can:
1010

1111
## Contents
1212
1. **[Downloading](#downloading)**
13+
2. **[Documentation](#documentation)**
1314
2. **[Creating a SpotifyAPI or SpotifyClientAPI object](#creating-a-spotifyapi-or-spotifyclientapi-object)**
1415
3. **[What is the SpotifyRestAction class?](#what-is-the-spotifyrestaction-class?)**
1516
4. **[Using the Library](#using-the-library)**
@@ -46,7 +47,9 @@ dependencies {
4647

4748
#### Android
4849
This library should work out of the box on Android.
49-
```
50+
51+
## Documentation
52+
The `spotify-web-api-kotlin` KDocs are live at https://adamint.github.io/spotify-web-api-kotlin/-spotify-kotlin-wrapper/
5053

5154
## Creating a SpotifyAPI or SpotifyClientAPI object
5255
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

Comments
 (0)