Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE-REQUEST] Add queued up positions and assigned possition to the MATCH-V5 API. #973

Open
showtimezz opened this issue Jul 27, 2024 · 0 comments

Comments

@showtimezz
Copy link

As it currently stands, Riot only allows access to fields such as individualPosition and teamPosition inside of their MATCH-V5 API. That information works flawlessly as far as I've observed, but that information only covers what someone actually played, i.e. TOP.

I'd like to be able to see what positions someone queued up for, such as:

queuedPositions: [
  0: 'TOP',
  1: 'CARRY,
],

As well as what position he got assigned initially, such as:

assignedPosition: 'TOP'

This could then be used to follow cases where a player swap lanes with another player, which is what I'm attempting to accomplish.

If there is an issue about adding both of these fields, could it be possible to add one of the two?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants