kRapaille / LeagueOfLegendsAPI

Portable C# Library for League of legends API
http://xeex.github.io/LeagueOfLegendsAPI
MIT License
19 stars 7 forks source link

Add support for multiple ChampDataEnum values in GetChampionsAsync #36

Closed austinsc closed 10 years ago

austinsc commented 10 years ago

Adding the [Flags] attribute to the ChampDataEnum would allow API users to select more than one (but less than all) data sets from a single call. Riot's API supports comma separated string values.

kRapaille commented 10 years ago

Riot's API supports comma separated string values.

Didn't see that ! Thank you for the tip. I will add it ASAP.