Base:
- Countries
- Competitions
- Seasons
- Clubs
- Players
Specific:
- Matchdays
- Games
- Goals
- Substitutions
- Cards
Base Entity Methods:
- get(id)
- list(parentEntityIds[]?)
How can I get all games data?
- get list of countries
- get list of competitions (countryId)
- get list of seasons (competitionId)
- get list of games (competitionId, seasonId)
- get game detail with goals, substitutions and cards (gameId)