Add Region to Constructor
yodigi7 opened this issue · 1 comments
yodigi7 commented
Add an optional region argument to the Riot Watcher constructor to allow us to not have to constantly put it in calls.
pseudonym117 commented
That would be quite difficult without breaking the API for all current users, since region is the first parameter to every function. Not worth doing, IMO. Too breaking of a change to the public API for not enough benefit.