Eligioo / WoxTwitch

Browse and search Twitch streams through Wox Launcher
http://www.wox.one/plugin/106
MIT License
4 stars 3 forks source link

APIv5, issue #3 fix, channel search #4

Closed timshakirov closed 4 years ago

timshakirov commented 4 years ago

Not the most elegant fixes, but the intent was just to get it working

  1. Added a header for Twitch API request so that it uses v5 endpoint
  2. Fixed issue #3. The reason was that the Main method was called before Init, so settings remained null when they were passed to API constructor
  3. Added search by channel which in my opinion is more useful than search by stream
  4. Reorganized the code a little