Aldrog / TwitchTube

A Twitch client for SailfishOS
GNU General Public License v3.0
8 stars 2 forks source link

Refactor API calls #13

Open Aldrog opened 8 years ago

Aldrog commented 8 years ago

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.