We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Riot added new endpoint to getting summoner by summonerId, and changed in data from name to summonerId e.g. in challenger endpoint.
summonerId
Request to add this endpoint as well as endpoints related to account_V1
account_V1
The text was updated successfully, but these errors were encountered:
Hey I'm poking around in the TFT api and am having trouble finding the issues...
Riot added new endpoint to getting summoner by summonerId...
Could you share a link to it? I've tested encryptedAccountId, encryptedPUUID, encryptedSummonerId and they all work. Other than that, I'm not seeing a new endpoint added... (looking at TFT-SUMMONER-V1).
...changed in data from name to summonerId e.g. in challenger endpoint.
The relevant dto model seems to already have summonerId.
Request to add ... as well as endpoints related to account_V1
Sure, can work on a pr for get-active-shard
Sorry, something went wrong.
No branches or pull requests
Riot added new endpoint to getting summoner by
summonerId
,and changed in data from name to
summonerId
e.g. in challenger endpoint.Request to add this endpoint as well as endpoints related to
account_V1
The text was updated successfully, but these errors were encountered: