Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

WAMP Caller handler for LCU #72

Open
mikaeldui opened this issue Mar 27, 2022 · 0 comments
Open

WAMP Caller handler for LCU #72

mikaeldui opened this issue Mar 27, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mikaeldui
Copy link
Owner

mikaeldui commented Mar 27, 2022

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 mikaeldui added the enhancement New feature or request label Mar 27, 2022
@mikaeldui mikaeldui self-assigned this Mar 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant