riot-games-dotnet-client icon indicating copy to clipboard operation
riot-games-dotnet-client copied to clipboard

WAMP Caller handler for LCU

Open mikaeldui opened this issue 3 years ago • 0 comments

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.

mikaeldui avatar Mar 27 '22 22:03 mikaeldui