Rochelle

Results 13 comments of Rochelle

Mainly in a User interactive app. Although a bit of data collection to support it wouldn't hurt the app.

Specifically: `Plugin lol-champ-select` is what i need. ``` GET /lol-champ-select/v1/bannable-champions POST /lol-champ-select/v1/battle-training/launch GET /lol-champ-select/v1/current-champion GET /lol-champ-select/v1/disabled-champions GET /lol-champ-select/v1/pickable-champions GET /lol-champ-select/v1/pickable-skins POST /lol-champ-select/v1/retrieve-latest-game-dto GET /lol-champ-select/v1/session PATCH /lol-champ-select/v1/session/actions/{id} POST /lol-champ-select/v1/session/actions/{id}/complete POST /lol-champ-select/v1/session/bench/swap/{championId}...

I will test this somewhere this week. And try to build a nice application that we can use as an example/showcase of the LCU

It seems like the LCU also has support for WebSockets. Which might be a good idea to also implement. The HTTP approach seems to work, but it will cause a...

Enabling the Cert globally sounds risky in terms of security. My preferred option here would be to bump the version of the LCU library. Then we don't have to rely...

I generally add everything that is public facing to the interface, if an external library/project may have need of it. Since otherwise you will constantly be casting the interface back...

> Should this be a separate package? Might be an obvious answer but haven't thought about it. In my opinion we should make this a seperate package *but we can...

After thinking and experimenting with it, we should have the option for DataDragon to download the whole DragonTail tar from a specific patch, *specified by an argument* unpack it and...

Sorry for the late reply on this issue despite being pinged in it.. The reason for using the DisplayAttribute is because when making an interface that has a UI you...