winnitron / WinnitronLauncher

The official Winnitron launcher! The meat and potatoes of the Winnitron.
winnitron.com
MIT License
34 stars 7 forks source link

Report launcher version with sync request #47

Closed aaronklaassen closed 7 years ago

aaronklaassen commented 7 years ago

The sync hits network.winnitron.com to request a list of playlists/games to download. It sends its API key as part of that. It should also send the launcher version.

Now that I'm actually writing this out, this is exactly what User-Agent is for. 😅 I'm not sure off the top of my head what user-agent it's sending right now - probably some default Unity string - but we should change/add to it so it says something like Winnitron Launcher v2.0.0-rc1 or whatever.

I want to be able to collect stats of what's out there being used, especially when and if it comes to the point of having to deprecate or break the API.