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

Anyway to get the days a player did not play #322

Open
samwsweet opened this issue Feb 5, 2023 · 1 comment
Open

Anyway to get the days a player did not play #322

samwsweet opened this issue Feb 5, 2023 · 1 comment
Labels
question Inquiry from community

Comments

@samwsweet
Copy link

Right now pulling a players game logs just returns that logs of the games where a player logged at least 1 minute. Is there anyway to get the games they did not play and possibly the reason why? Is there also a way to get what games a player started?

@rsforbes rsforbes added the question Inquiry from community label Mar 7, 2023
@swar
Copy link
Owner

swar commented Mar 20, 2023

Anyway to get the days a player did not play

Yes you can get all the games for the season for that player and then use that information to get the days they did not play.

Is there anyway to get the games they did not play

Yes, you can get all games for a team and then cross reference it with the games a player did play.

possibly the reason why?

Don't think this is possible.

Is there also a way to get what games a player started?

Not sure, but I believe this is possible.

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

No branches or pull requests

3 participants