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

Can you please help me with an idea how to get the summoner names of players in recent games ? #3

Closed
porosenoq opened this issue Dec 22, 2013 · 2 comments

Comments

@porosenoq
Copy link

Hello,
I am building a project, but I'm having difficulties with obtaining all the summoner names in recent games. Getting the summoner ids is easy and clear to me, but I dont have an idea how to get the coresponding summoner names without making numerous requests. Would you please point me in a direction of how to do this, what is the best way, what methods should I use. Thanks in advance :)

@kevinohashi
Copy link
Owner

I honestly haven't had the free time to build anything on top of this yet. If the actual summoner name isn't in the JSON being delivered from recent matches, you probably do need to do a bunch of getSummoner() calls. If you were building a bigger app, you will need to get permission from riot as an approved app for more calls to the api. I would also build in caching/store summonerID/name to a database. Since there is restrictions on calls within 10 seconds, a queue might also be necessary so you don't break the limit. Building a queue to handle the rate limiting is one of the to-do items for this project. If you do actually go about adding it, it would be really nice if you could contribute it here for everyone. Otherwise, when I get some free time in the future, I will add it.

@porosenoq
Copy link
Author

Thanks for advice. I'd be glad to help if I can. Unfortunetly I'm a self learner and despite I'm having some knowledge in php I doubt I can be as usefull as I wish. Anyway if I come up with something I'll be glad to share it here.

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

No branches or pull requests

2 participants