PeterBorah / vigor

An unofficial ruby wrapper for the League of Legends API
MIT License
4 stars 4 forks source link

Don't hardcode region / make base url configurable #2

Closed universal closed 10 years ago

universal commented 10 years ago

It would be nice to have the base url be configurable or be able to switch between regions :-) Even though one could most likely just call Client::Vigor.base_url = "different url", having it pleasantly wrapped would be nice imho :-)

PeterBorah commented 10 years ago

Agreed! That's the first thing I'm going to fix tonight.