Colorfulstan / LeagueJS

A Javascript Wrapper for the League of Legends API
MIT License
100 stars 7 forks source link

Add Tag support to StaticData / DataDragon methods #14

Open Colorfulstan opened 6 years ago

Colorfulstan commented 6 years ago

For most StaticData pseudo "Endpoints" the whole Datadragon file is returned.

This might include a lot of unneeded data and has to be filtered out by the consumer of this library.

Restoring the StaticData Endpoint behaviour, to respect the tags option (and dataById where needed) would be great.