mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 08:49:40 -05:00
Deprecate the usage of github gifts json!
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user