riot-games-dotnet-client
riot-games-dotnet-client copied to clipboard
WAMP Caller handler for LCU
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/[email protected]",
{
"note": "adc carry"
}
]
This would almost solve #60.
Reference: https://gist.github.com/mikaeldui/f8d4294f7689654bcd7474981d8533c8
What's needed
- Request ID dictionary.
- Request handler support.
Bonus
- Request handler for all APIs.