You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
As it currently stands, Riot only allows access to fields such as
individualPosition
andteamPosition
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:
As well as what position he got assigned initially, such as:
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?
The text was updated successfully, but these errors were encountered: