Split list of emote sets into bunches when performing Ivr API reqeusts (#2856)

This commit is contained in:
Paweł
2021-06-06 19:27:45 +02:00
committed by GitHub
parent f1e843a672
commit 2f568b88ae
3 changed files with 64 additions and 41 deletions
+1 -2
View File
@@ -74,8 +74,7 @@ public:
ResultCallback<IvrSubage> resultCallback,
IvrFailureCallback failureCallback);
// https://api.ivr.fi/docs#tag/Twitch/paths/~1twitch~1emoteset~1{setid}/get
// however, we use undocumented endpoint, which takes ?set_id=1,2,3,4,... as query parameter
// https://api.ivr.fi/docs#tag/Twitch/paths/~1twitch~1emoteset/get
void getBulkEmoteSets(QString emoteSetList,
ResultCallback<QJsonArray> successCallback,
IvrFailureCallback failureCallback);