Skip to content

Commit 59fb6cf

Browse files
committed
add unsupported features table
Signed-off-by: Adam Ratzman <[email protected]>
1 parent 2c65599 commit 59fb6cf

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ repositories {
4040
implementation("com.adamratzman:spotify-api-kotlin-core:3.4.01")
4141
```
4242

43-
Note that images and profiles are not supported on the Kotlin/JS target.
44-
4543
### Android
4644
**If you declare any release types not named debug or release, you may see "Could not resolve com.adamratzman:spotify-api-kotlin-android:VERSION". You need to do the following for each release type not named debug or release:**
4745
```
@@ -78,6 +76,16 @@ If you have a question, you can:
7876
2. Join our [Discord server](https://discord.gg/G6vqP3S)
7977
3. Contact me using **Adam#9261** on [Discord](https://discordapp.com)
8078

79+
## Unsupported features on each platform:
80+
| Feature | JVM | Android | JS | Native (Mac/Windows/Linux) |
81+
|-----------------------------|--------------------|--------------------|--------------------|----------------------------|
82+
| Images (Playlist covers) | :heavy_check_mark: | :heavy_check_mark: | Unsupported | Unsupported |
83+
| getSpotifyPkceCodeChallenge | :heavy_check_mark: | :heavy_check_mark: | Unsupported | Unsupported |
84+
| Edit client playlist | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Unsupported |
85+
86+
Please feel free to open an issue/discussion on GitHub or Discord if you need access to one of these features
87+
or have an interest in implementing one, as direction can be provided.
88+
8189
## Creating a new api instance
8290
To decide which api you need (SpotifyAppApi, SpotifyClientApi, SpotifyImplicitGrantApi), you can refer
8391
to the sections below or the [Spotify authorization guide](https://developer.spotify.com/documentation/general/guides/authorization-guide/). In general:

0 commit comments

Comments
 (0)