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
Should probably refactor event to a class first, so match can be a subclass of event
The text was updated successfully, but these errors were encountered:
New parameters for matches:
'matchEvent': True, 'matchInfo': { 'opponentName': 'Hasle-Løren Hvit', 'opponentScore': 6, 'scoresFinal': True, 'scoresPublic': True, 'scoresSet': True, 'scoresSetEver': True, 'teamName': 'Grüner lilla', 'teamScore': 11, 'type': 'AWAY' },
type can be HOME and AWAY
type
Sorry, something went wrong.
Can't help with this one -- at least not with real-world examples -- as Matches aren't relevant/available to my clubs (documentation on which sports are supported).
They are just regular events, but with a few more fields (noted in the first comment)
Successfully merging a pull request may close this issue.
Should probably refactor event to a class first, so match can be a subclass of event
The text was updated successfully, but these errors were encountered: