mikaeldui / riot-games-dotnet-client

An unofficial .NET Client for Riot Games and their games League of Legends, Legends of Runeterra, Teamfight Tactics and Valorant.
The Unlicense
22 stars 1 forks source link

WAMP Caller handler for LCU #72

Open mikaeldui opened 2 years ago

mikaeldui commented 2 years ago

It would seem that it's easy to implement a WAMP Caller for the LCU client, to handle the REST requests.

Example request:

[
        2,
        "",
        "PUT /lol-chat/v1/friends/abcd1234-ab12-ab12-ab12-abcdef123456@eu1.pvp.net",
        {
            "note": "adc carry"
        }
]

This would almost solve #60.

Reference: https://gist.github.com/mikaeldui/f8d4294f7689654bcd7474981d8533c8


What's needed

Bonus