Added a service that can get all current tournaments list
This commit is contained in:
parent
e6023e0687
commit
3d0bd47079
26 changed files with 4305 additions and 204 deletions
1380
tests/data/responses/tournament-sessions.html
Normal file
1380
tests/data/responses/tournament-sessions.html
Normal file
File diff suppressed because it is too large
Load diff
21
tests/data/responses/tournament-sessions.json
Normal file
21
tests/data/responses/tournament-sessions.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"Inscription tournois:school-outline": {
|
||||
"1174": {
|
||||
"id": 1174,
|
||||
"sport": "padel",
|
||||
"clubName": "toulouse padel club",
|
||||
"nom": "Tournoi",
|
||||
"dateNextSession": "25\/03\/2024",
|
||||
"dateDebut": "01\/08\/2022",
|
||||
"dateFin": "01\/10\/2024",
|
||||
"logo": "TCP_Ligue_Arcanthe2-01-min.png",
|
||||
"nbSession": 14,
|
||||
"icon": "school-outline",
|
||||
"playerCanSeeThisEvent": null,
|
||||
"type": "tournoi",
|
||||
"isJp": false,
|
||||
"isCiup": false,
|
||||
"sqlDate": "2024-03-25 13:30:00"
|
||||
}
|
||||
}
|
||||
}
|
2459
tests/data/responses/tournaments.html
Normal file
2459
tests/data/responses/tournaments.html
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue