|
1 | | -# Kotlin Spotify Web API |
| 1 | +# Kotlin Spotify Web API |
| 2 | +[](https://maven-badges.herokuapp.com/maven-central/com.adamratzman/spotify-api-kotlin) |
| 3 | +[](https://adamint.github.io/spotify-web-api-kotlin/-spotify-kotlin-wrapper/) |
| 4 | +[](https://circleci.com/gh/adamint/spotify-web-api-kotlin) |
| 5 | + |
| 6 | + |
2 | 7 | This is the [Kotlin](https://kotlinlang.org/) implementation of the [Spotify Web API](https://developer.spotify.com/web-api/) |
3 | 8 |
|
| 9 | +### Have a question? |
| 10 | +If you have a question, you can: |
| 11 | + |
| 12 | +1. Create an [issue](https://github.com/adamint/spotify-web-api-kotlin/issues) |
| 13 | +2. Read (but that's hard) |
| 14 | +3. Contact me using **Adam#9261** on [Discord](https://discordapp.com) or by sending me an email |
| 15 | + |
4 | 16 | ## Contents |
5 | 17 | 1. **[Downloading](#downloading)** |
| 18 | + 2. **[Documentation](#documentation)** |
6 | 19 | 2. **[Creating a SpotifyAPI or SpotifyClientAPI object](#creating-a-spotifyapi-or-spotifyclientapi-object)** |
7 | 20 | 3. **[What is the SpotifyRestAction class?](#what-is-the-spotifyrestaction-class?)** |
8 | 21 | 4. **[Using the Library](#using-the-library)** |
9 | 22 |
|
10 | 23 | ## Downloading |
11 | | -This library is available via Maven Central. |
| 24 | +This library is available via Maven Central [here](https://search.maven.org/artifact/com.adamratzman/spotify-api-kotlin). |
12 | 25 |
|
13 | 26 | ### Maven: |
14 | 27 | ``` |
@@ -39,7 +52,9 @@ dependencies { |
39 | 52 |
|
40 | 53 | #### Android |
41 | 54 | This library should work out of the box on Android. |
42 | | -``` |
| 55 | + |
| 56 | +## Documentation |
| 57 | +The `spotify-web-api-kotlin` KDocs are hosted at https://docs.adamratzman.com/-spotify-kotlin-wrapper/ |
43 | 58 |
|
44 | 59 | ## Creating a SpotifyAPI or SpotifyClientAPI object |
45 | 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