You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently calls to Twitch API are constructed inside QML UI code, which makes maintenance harder and prevents code from being shared between different platforms.
All API call constructors should move to a separate class/library.
The text was updated successfully, but these errors were encountered:
Currently calls to Twitch API are constructed inside QML UI code, which makes maintenance harder and prevents code from being shared between different platforms.
All API call constructors should move to a separate class/library.
The text was updated successfully, but these errors were encountered: