Deprecate the usage of github gifts json!

This commit is contained in:
kohlerpop1
2024-10-18 14:14:36 -04:00
parent acb13ea58a
commit 358954984b

View File

@@ -107,6 +107,7 @@ public class TikTokLiveHttpClient implements LiveHttpClient
return getGiftsData(); return getGiftsData();
} }
@Deprecated(since = "1.8.6", forRemoval = true)
public GiftsData.Response getGiftsData() { public GiftsData.Response getGiftsData() {
var result = httpFactory.client(TIKTOK_GIFTS_URL) var result = httpFactory.client(TIKTOK_GIFTS_URL)
.build() .build()