Module
scores
madusha/scores
0.1.0
scores Integration
Add your integration description here.
Enums
scores: EventType
Members
GOAL
POINT
FOUL
YELLOW_CARD
RED_CARD
SUBSTITUTION
TIMEOUT
PENALTY
WICKET
BOUNDARY
FREE_THROW
THREE_POINTER
scores: MatchStatus
Members
SCHEDULED
LIVE
HALFTIME
FINISHED
POSTPONED
CANCELLED
scores: SportType
Members
FOOTBALL
BASKETBALL
CRICKET
TENNIS
BASEBALL
HOCKEY
RUGBY
VOLLEYBALL
Records
scores: BasketballScore
Closed record
Fields
- homePoints int -
- awayPoints int -
- currentQuarter int -
- homeFouls? int -
- awayFouls? int -
- homeTimeouts? int -
- awayTimeouts? int -
scores: CricketScore
Closed record
Fields
- homeRuns int -
- homeWickets int -
- homeOvers decimal -
- awayRuns int -
- awayWickets int -
- awayOvers decimal -
- currentInnings string -
scores: FootballScore
Closed record
Fields
- homeGoals int -
- awayGoals int -
- homeYellowCards? int -
- awayYellowCards? int -
- homeRedCards? int -
- awayRedCards? int -
- homeCorners? int -
- awayCorners? int -
scores: League
Closed record
Fields
- leagueId string -
- name string -
- sportType SportType -
- country? string -
- season? string -
- logo? string -
scores: LiveMatch
Closed record
Fields
- matchId string -
- sportType SportType -
- status MatchStatus -
- homeTeam Team -
- awayTeam Team -
- score ScoreDetails -
- startTime string -
- venue? string -
- currentMinute? int -
- currentPeriod? string -
- recentEvents? MatchEvent[] -
scores: MatchEvent
Closed record
Fields
- eventId string -
- eventType EventType -
- matchId string -
- teamId string -
- playerId? string -
- minute? int -
- timestamp string -
- description? string -
scores: MatchStatistics
Closed record
Fields
- matchId string -
- possession? int -
- shotsOnTarget? int -
- totalShots? int -
- passes? int -
- passAccuracy? int -
- fouls? int -
- offsides? int -
scores: MatchSummary
Closed record
Fields
- matchId string -
- sportType SportType -
- status MatchStatus -
- homeTeamName string -
- awayTeamName string -
- homeTeamLogo? string -
- awayTeamLogo? string -
- homeScore int -
- awayScore int -
- startTime string -
scores: Player
Closed record
Fields
- playerId string -
- name string -
- position? string -
- jerseyNumber? int -
- teamId string -
scores: PlayerMatchStats
Closed record
Fields
- playerId string -
- playerName string -
- matchId string -
- goals? int -
- assists? int -
- points? int -
- rebounds? int -
- runs? int -
- wickets? int -
- minutesPlayed? int -
scores: ScoreUpdate
Closed record
Fields
- matchId string -
- homeScore int -
- awayScore int -
- status MatchStatus -
- timestamp string -
- latestEvent MatchEvent? -
scores: Team
Closed record
Fields
- teamId string -
- name string -
- shortName string -
- logo? string -
- country? string -
scores: TennisScore
Closed record
Fields
- homeSets int -
- awaySets int -
- homeGames int -
- awayGames int -
- homePoints int -
- awayPoints int -
- currentSet string -
Union types
scores: ScoreDetails
ScoreDetails
Import
import madusha/scores;Other versions
0.1.0
Metadata
Released date: about 1 month ago
Version: 0.1.0
Compatibility
Platform: any
Ballerina version: 2201.13.1
GraalVM compatible: Yes
Pull count
Total: 0
Current verison: 0
Weekly downloads
Dependencies