client module
- class SkillcornerClient(username=None, password=None)
Bases:
objectSkillcorner API client class.
Attributes:
- username str:
the username of the skillcorner service user
- password str:
password corresponding to the username
- get_and_save_competition_editions(competition_id, filepath, params=None)
Returns full /api/competitions/{}/editions request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/competitions/competitions_editions_list
- get_and_save_competitions(filepath, params=None)
Returns full /api/competitions/ request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/competitions/competitions_list
- get_and_save_in_possession_off_ball_runs(filepath, params=None)
Returns full /api/in_possession/off_ball_runs/ request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/in_possession/in_possession_off_ball_runs_list
- get_and_save_in_possession_on_ball_pressures(filepath, params=None)
Returns full /api/in_possession/on_ball_pressures/ request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/in_possession/in_possession_on_ball_pressures_list
- get_and_save_in_possession_passes(filepath, params=None)
Returns full /api/in_possession/passes/ request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/in_possession/in_possession_passes_list
- get_and_save_match(match_id, filepath, params=None)
Returns full /api/match/{} request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/match/match_read
- get_and_save_match_data_collection(match_id, filepath, params=None)
Returns full /api/match/{}/data_collection request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/match/match_data_collection_read
- get_and_save_match_tracking_data(match_id, filepath, params=None)
Returns full /api/match/{}/tracking request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/match/match_tracking_list
- get_and_save_match_video_tracking_data(match_id, filepath, params=None)
Returns full /api/match/{}/video/tracking request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/match/match_video_tracking_list
- get_and_save_matches(filepath, params=None)
Returns full /api/matches/ request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/matches/matches_list
- get_and_save_physical(filepath, params=None)
Returns full /api/physical request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/physical/physical_list
- get_and_save_player(player_id, filepath, params=None)
Returns full /api/players/{} request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/players/players_read
- get_and_save_players(filepath, params=None)
Returns full /api/players/ request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/players/players_list
- get_and_save_team(team_id, filepath, params=None)
Returns full /api/teams/{} request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/teams/teams_read
- get_and_save_teams(filepath, params=None)
Returns full /api/teams/ request response data and saves in the file using json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/teams/teams_list
- get_competition_editions(competition_id, params=None)
Returns full /api/competitions/{}/editions request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/competitions/competitions_editions_list
- get_competitions(params=None)
Returns full /api/competitions/ request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/competitions/competitions_list
- get_in_possession_off_ball_runs(params=None)
Returns full /api/in_possession/off_ball_runs/ request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/in_possession/in_possession_off_ball_runs_list
- get_in_possession_on_ball_pressures(params=None)
Returns full /api/in_possession/on_ball_pressures/ request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/in_possession/in_possession_on_ball_pressures_list
- get_in_possession_passes(params=None)
Returns full /api/in_possession/passes/ request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/in_possession/in_possession_passes_list
- get_match(match_id, params=None)
Returns full /api/match/{} request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/match/match_read
- get_match_data_collection(match_id, params=None)
Returns full /api/match/{}/data_collection request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/match/match_data_collection_read
- get_match_tracking_data(match_id, params=None)
Returns full /api/match/{}/tracking request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/match/match_tracking_list
- get_match_video_tracking_data(match_id, params=None)
Returns full /api/match/{}/video/tracking request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/match/match_video_tracking_list
- get_matches(params=None)
Returns full /api/matches/ request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/matches/matches_list
- get_physical(params=None)
Returns full /api/physical request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/physical/physical_list
- get_player(player_id, params=None)
Returns full /api/players/{} request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/players/players_read
- get_players(params=None)
Returns full /api/players/ request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/players/players_list
- get_team(team_id, params=None)
Returns full /api/teams/{} request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/teams/teams_read
- get_teams(params=None)
Returns full /api/teams/ request response data in the json format. To learn more about endpoint go to: https://skillcorner.com/api/docs/#/teams/teams_list