This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
Simplify account id collection #33
aaronfisher-code
started this conversation in
Ideas
Replies: 1 comment
-
This is really useful, I'll implement this as soon as I have time. I didn't see anyone using this when I created the app or maybe I just didn't explore playoverwatch.com deep enough. Thanks for the tip, much appreciated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Potentially might be simpler for new users to avoid the account ID process and use a battletag instead, as theres already a public API from the overwatch website which would allow for such a search feature to be implemented. You request a text input of the battletag, escape the '#' with '%23' and you can pull the id for the account without needing any authenticated logins as shown below for my battletag "Dab#11921"
API endpoint: https://playoverwatch.com/en-us/search/account-by-name/
Just a thought! Hope it helps
Beta Was this translation helpful? Give feedback.
All reactions