api-fff


Nameapi-fff JSON
Version 1.0.4 PyPI version JSON
download
home_page
SummaryAn api client for the 'Fédération Francaise de Football'.
upload_time2024-02-03 22:37:39
maintainer
docs_urlNone
authorThibault Falque
requires_python>=3.10
licenseLGPLv3+
keywords football soccer api fff
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # swagger-client
# Authentication  <!-- ReDoc-Inject: <security-definitions> -->

This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 0.0.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen

## Requirements.

Python 2.7 and 3.4+

## Installation & Usage
### pip install

If the python package is hosted on Github, you can install directly from Github

```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)

Then import the package:

```python
import apifff 
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:

```python
import apifff
```

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python
from __future__ import print_function
import time
import apifff
from apifff.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = apifff.ArbitreApi(apifff.ApiClient(configuration))
page = 1 # int | The collection page number (optional) (default to 1)

try:
    # Retrieves the collection of Arbitre resources.
    api_response = api_instance.get_arbitre_collection(page=page)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ArbitreApi->get_arbitre_collection: %s\n" % e)

# create an instance of the API class
api_instance = apifff.ArbitreApi(apifff.ApiClient(configuration))
in_no = 'in_no_example' # str | Resource identifier

try:
    # Retrieves a Arbitre resource.
    api_response = api_instance.get_arbitre_item(in_no)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ArbitreApi->get_arbitre_item: %s\n" % e)
```

## Documentation for API Endpoints

All URIs are relative to */*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*ArbitreApi* | [**get_arbitre_collection**](docs/ArbitreApi.md#get_arbitre_collection) | **GET** /api/arbitres | Retrieves the collection of Arbitre resources.
*ArbitreApi* | [**get_arbitre_item**](docs/ArbitreApi.md#get_arbitre_item) | **GET** /api/arbitres/{inNo} | Retrieves a Arbitre resource.
*ArbitreOfficielCategorieApi* | [**get_arbitre_officiel_categorie_collection**](docs/ArbitreOfficielCategorieApi.md#get_arbitre_officiel_categorie_collection) | **GET** /api/arbitre_officiel_categories | Retrieves the collection of ArbitreOfficielCategorie resources.
*ArbitreOfficielCategorieApi* | [**get_arbitre_officiel_categorie_item**](docs/ArbitreOfficielCategorieApi.md#get_arbitre_officiel_categorie_item) | **GET** /api/arbitre_officiel_categories/{id} | Retrieves a ArbitreOfficielCategorie resource.
*CalculBilanSaisonApi* | [**get_calcul_bilan_saison_collection**](docs/CalculBilanSaisonApi.md#get_calcul_bilan_saison_collection) | **GET** /api/calcul_bilan_saisons | Retrieves the collection of CalculBilanSaison resources.
*CalculBilanSaisonApi* | [**get_calcul_bilan_saison_item**](docs/CalculBilanSaisonApi.md#get_calcul_bilan_saison_item) | **GET** /api/calcul_bilan_saisons/{id} | Retrieves a CalculBilanSaison resource.
*CalculMatchHistoApi* | [**get_calcul_match_histo_collection**](docs/CalculMatchHistoApi.md#get_calcul_match_histo_collection) | **GET** /api/calcul_match_histos | Retrieves the collection of CalculMatchHisto resources.
*CalculMatchHistoApi* | [**get_calcul_match_histo_item**](docs/CalculMatchHistoApi.md#get_calcul_match_histo_item) | **GET** /api/calcul_match_histos/{id} | Retrieves a CalculMatchHisto resource.
*CalculSerieCoursApi* | [**get_calcul_serie_cours_collection**](docs/CalculSerieCoursApi.md#get_calcul_serie_cours_collection) | **GET** /api/calcul_serie_cours | Retrieves the collection of CalculSerieCours resources.
*CalculSerieCoursApi* | [**get_calcul_serie_cours_item**](docs/CalculSerieCoursApi.md#get_calcul_serie_cours_item) | **GET** /api/calcul_serie_cours/{id} | Retrieves a CalculSerieCours resource.
*CdgApi* | [**get_cdg_collection**](docs/CdgApi.md#get_cdg_collection) | **GET** /api/cdgs | Retrieves the collection of Cdg resources.
*CdgApi* | [**get_cdg_item**](docs/CdgApi.md#get_cdg_item) | **GET** /api/cdgs/{cgNo} | Retrieves a Cdg resource.
*ClassementJourneeApi* | [**api_compets_phases_poules_classement_journees_get_subresource_compet_subresource**](docs/ClassementJourneeApi.md#api_compets_phases_poules_classement_journees_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases/{phases}/poules/{poules}/classement_journees | Retrieves a Compet resource.
*ClubApi* | [**api_clubs_equipes_get_subresource_club_subresource**](docs/ClubApi.md#api_clubs_equipes_get_subresource_club_subresource) | **GET** /api/clubs/{clNo}/equipes | Retrieves a Club resource.
*ClubApi* | [**get_club_collection**](docs/ClubApi.md#get_club_collection) | **GET** /api/clubs | Retrieves the collection of Club resources.
*ClubApi* | [**get_club_item**](docs/ClubApi.md#get_club_item) | **GET** /api/clubs/{clNo} | Retrieves a Club resource.
*CompetApi* | [**api_compets_phases_get_subresource_compet_subresource**](docs/CompetApi.md#api_compets_phases_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases | Retrieves a Compet resource.
*CompetApi* | [**get_compet_collection**](docs/CompetApi.md#get_compet_collection) | **GET** /api/compets | Retrieves the collection of Compet resources.
*CompetApi* | [**get_compet_item**](docs/CompetApi.md#get_compet_item) | **GET** /api/compets/{cpNo} | Retrieves a Compet resource.
*DossierApi* | [**get_dossier_collection**](docs/DossierApi.md#get_dossier_collection) | **GET** /api/dossiers | Retrieves the collection of Dossier resources.
*DossierApi* | [**get_dossier_item**](docs/DossierApi.md#get_dossier_item) | **GET** /api/dossiers/{dsNo} | Retrieves a Dossier resource.
*EngagementApi* | [**api_clubs_equipes_engagements_get_subresource_club_subresource**](docs/EngagementApi.md#api_clubs_equipes_engagements_get_subresource_club_subresource) | **GET** /api/clubs/{clNo}/equipes/{equipes}/engagements | Retrieves a Club resource.
*EngagementApi* | [**get_engagement_collection**](docs/EngagementApi.md#get_engagement_collection) | **GET** /api/engagements | Retrieves the collection of Engagement resources.
*EquipeApi* | [**api_clubs_equipes_engagements_get_subresource_club_subresource**](docs/EquipeApi.md#api_clubs_equipes_engagements_get_subresource_club_subresource) | **GET** /api/clubs/{clNo}/equipes/{equipes}/engagements | Retrieves a Club resource.
*EquipeApi* | [**api_clubs_equipes_get_subresource_club_subresource**](docs/EquipeApi.md#api_clubs_equipes_get_subresource_club_subresource) | **GET** /api/clubs/{clNo}/equipes | Retrieves a Club resource.
*EquipeApi* | [**api_clubs_equipes_matchs_get_subresource_club_subresource**](docs/EquipeApi.md#api_clubs_equipes_matchs_get_subresource_club_subresource) | **GET** /api/clubs/{clNo}/equipes/{equipes}/matchs | Retrieves a Club resource.
*IndividuApi* | [**get_individu_item**](docs/IndividuApi.md#get_individu_item) | **GET** /api/individus/{inNo} | Retrieves a Individu resource.
*MatchEntityApi* | [**api_clubs_equipes_matchs_get_subresource_club_subresource**](docs/MatchEntityApi.md#api_clubs_equipes_matchs_get_subresource_club_subresource) | **GET** /api/clubs/{clNo}/equipes/{equipes}/matchs | Retrieves a Club resource.
*MatchEntityApi* | [**get_calendrier_of_club_match_entity_collection**](docs/MatchEntityApi.md#get_calendrier_of_club_match_entity_collection) | **GET** /api/clubs/{clNo}/calendrier | Retrieves the collection of MatchEntity resources.
*MatchEntityApi* | [**get_calendrier_of_competition_match_entity_collection**](docs/MatchEntityApi.md#get_calendrier_of_competition_match_entity_collection) | **GET** /api/compets/{cpNo}/phases/{phNo}/poules/{gpNo}/calendrier | Retrieves the collection of MatchEntity resources.
*MatchEntityApi* | [**get_calendrier_of_equipe_match_entity_collection**](docs/MatchEntityApi.md#get_calendrier_of_equipe_match_entity_collection) | **GET** /api/clubs/{clNo}/equipes/{eqNo}/calendrier | Retrieves the collection of MatchEntity resources.
*MatchEntityApi* | [**get_match_entity_collection**](docs/MatchEntityApi.md#get_match_entity_collection) | **GET** /api/match_entities | Retrieves the collection of MatchEntity resources.
*MatchEntityApi* | [**get_match_entity_item**](docs/MatchEntityApi.md#get_match_entity_item) | **GET** /api/match_entities/{maNo} | Retrieves a MatchEntity resource.
*MatchEntityApi* | [**get_matchs_of_club_match_entity_collection**](docs/MatchEntityApi.md#get_matchs_of_club_match_entity_collection) | **GET** /api/clubs/{clNo}/matchs | Retrieves the collection of MatchEntity resources.
*MatchEntityApi* | [**get_matchs_of_competition_match_entity_collection**](docs/MatchEntityApi.md#get_matchs_of_competition_match_entity_collection) | **GET** /api/compets/{cpNo}/phases/{phNo}/poules/{gpNo}/matchs | Retrieves the collection of MatchEntity resources.
*MatchEntityApi* | [**get_resultat_of_club_match_entity_collection**](docs/MatchEntityApi.md#get_resultat_of_club_match_entity_collection) | **GET** /api/clubs/{clNo}/resultat | Retrieves the collection of MatchEntity resources.
*MatchEntityApi* | [**get_resultat_of_competition_match_entity_collection**](docs/MatchEntityApi.md#get_resultat_of_competition_match_entity_collection) | **GET** /api/compets/{cpNo}/phases/{phNo}/poules/{gpNo}/resultat | Retrieves the collection of MatchEntity resources.
*MatchEntityApi* | [**get_resultat_of_equipe_match_entity_collection**](docs/MatchEntityApi.md#get_resultat_of_equipe_match_entity_collection) | **GET** /api/clubs/{clNo}/equipes/{eqNo}/resultat | Retrieves the collection of MatchEntity resources.
*MatchFeuilleApi* | [**get_match_feuille_collection**](docs/MatchFeuilleApi.md#get_match_feuille_collection) | **GET** /api/match_feuilles | Retrieves the collection of MatchFeuille resources.
*MatchFeuilleApi* | [**get_match_feuille_item**](docs/MatchFeuilleApi.md#get_match_feuille_item) | **GET** /api/match_feuilles/{cfmNo} | Retrieves a MatchFeuille resource.
*MatchMembreApi* | [**get_match_membre_collection**](docs/MatchMembreApi.md#get_match_membre_collection) | **GET** /api/match_membres | Retrieves the collection of MatchMembre resources.
*OfficielCategorieApi* | [**get_officiel_categorie_collection**](docs/OfficielCategorieApi.md#get_officiel_categorie_collection) | **GET** /api/officiel_categories | Retrieves the collection of OfficielCategorie resources.
*OfficielCategorieApi* | [**get_officiel_categorie_item**](docs/OfficielCategorieApi.md#get_officiel_categorie_item) | **GET** /api/officiel_categories/{id} | Retrieves a OfficielCategorie resource.
*PhaseApi* | [**api_compets_phases_get_subresource_compet_subresource**](docs/PhaseApi.md#api_compets_phases_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases | Retrieves a Compet resource.
*PhaseApi* | [**api_compets_phases_poules_get_subresource_compet_subresource**](docs/PhaseApi.md#api_compets_phases_poules_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases/{phases}/poules | Retrieves a Compet resource.
*PhaseApi* | [**get_phase_collection**](docs/PhaseApi.md#get_phase_collection) | **GET** /api/phases | Retrieves the collection of Phase resources.
*PouleApi* | [**api_compets_phases_poules_classement_journees_get_subresource_compet_subresource**](docs/PouleApi.md#api_compets_phases_poules_classement_journees_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases/{phases}/poules/{poules}/classement_journees | Retrieves a Compet resource.
*PouleApi* | [**api_compets_phases_poules_get_subresource_compet_subresource**](docs/PouleApi.md#api_compets_phases_poules_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases/{phases}/poules | Retrieves a Compet resource.
*PouleApi* | [**api_compets_phases_poules_poule_journees_get_subresource_compet_subresource**](docs/PouleApi.md#api_compets_phases_poules_poule_journees_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases/{phases}/poules/{poules}/poule_journees | Retrieves a Compet resource.
*PouleJourneeApi* | [**api_compets_phases_poules_poule_journees_get_subresource_compet_subresource**](docs/PouleJourneeApi.md#api_compets_phases_poules_poule_journees_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases/{phases}/poules/{poules}/poule_journees | Retrieves a Compet resource.
*TerrainApi* | [**get_terrain_item**](docs/TerrainApi.md#get_terrain_item) | **GET** /api/terrains/{teNo} | Retrieves a Terrain resource.

## Documentation For Models

 - [AdresseClub](docs/AdresseClub.md)
 - [AdresseJsonldClub](docs/AdresseJsonldClub.md)
 - [AnyOfCalculBilanSaisonCalculBilanSaisonBestMatch](docs/AnyOfCalculBilanSaisonCalculBilanSaisonBestMatch.md)
 - [AnyOfCalculBilanSaisonCalculBilanSaisonEquipe](docs/AnyOfCalculBilanSaisonCalculBilanSaisonEquipe.md)
 - [AnyOfCalculBilanSaisonCalculBilanSaisonWorstMatch](docs/AnyOfCalculBilanSaisonCalculBilanSaisonWorstMatch.md)
 - [AnyOfCalculBilanSaisonJsonldCalculBilanSaisonBestMatch](docs/AnyOfCalculBilanSaisonJsonldCalculBilanSaisonBestMatch.md)
 - [AnyOfCalculBilanSaisonJsonldCalculBilanSaisonEquipe](docs/AnyOfCalculBilanSaisonJsonldCalculBilanSaisonEquipe.md)
 - [AnyOfCalculBilanSaisonJsonldCalculBilanSaisonWorstMatch](docs/AnyOfCalculBilanSaisonJsonldCalculBilanSaisonWorstMatch.md)
 - [AnyOfCalculMatchHistoCalculMatchHistoMatch2](docs/AnyOfCalculMatchHistoCalculMatchHistoMatch2.md)
 - [AnyOfCalculMatchHistoCalculMatchHistoMatch3](docs/AnyOfCalculMatchHistoCalculMatchHistoMatch3.md)
 - [AnyOfCalculMatchHistoCalculMatchHistoMatch4](docs/AnyOfCalculMatchHistoCalculMatchHistoMatch4.md)
 - [AnyOfCalculMatchHistoCalculMatchHistoMatch5](docs/AnyOfCalculMatchHistoCalculMatchHistoMatch5.md)
 - [AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch2](docs/AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch2.md)
 - [AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch3](docs/AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch3.md)
 - [AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch4](docs/AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch4.md)
 - [AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch5](docs/AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch5.md)
 - [AnyOfCalculSerieCoursCalculSerieCoursMatch1](docs/AnyOfCalculSerieCoursCalculSerieCoursMatch1.md)
 - [AnyOfCalculSerieCoursCalculSerieCoursMatch2](docs/AnyOfCalculSerieCoursCalculSerieCoursMatch2.md)
 - [AnyOfCalculSerieCoursCalculSerieCoursMatch3](docs/AnyOfCalculSerieCoursCalculSerieCoursMatch3.md)
 - [AnyOfCalculSerieCoursCalculSerieCoursMatch4](docs/AnyOfCalculSerieCoursCalculSerieCoursMatch4.md)
 - [AnyOfCalculSerieCoursCalculSerieCoursMatch5](docs/AnyOfCalculSerieCoursCalculSerieCoursMatch5.md)
 - [AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch1](docs/AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch1.md)
 - [AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch2](docs/AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch2.md)
 - [AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch3](docs/AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch3.md)
 - [AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch4](docs/AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch4.md)
 - [AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch5](docs/AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch5.md)
 - [AnyOfDossierDossierEquipe](docs/AnyOfDossierDossierEquipe.md)
 - [AnyOfDossierDossierMatchEntity](docs/AnyOfDossierDossierMatchEntity.md)
 - [AnyOfDossierJsonldDossierEquipe](docs/AnyOfDossierJsonldDossierEquipe.md)
 - [AnyOfDossierJsonldDossierMatchEntity](docs/AnyOfDossierJsonldDossierMatchEntity.md)
 - [AnyOfEquipeCalculBilanSaisonClub](docs/AnyOfEquipeCalculBilanSaisonClub.md)
 - [AnyOfEquipeClassementClub](docs/AnyOfEquipeClassementClub.md)
 - [AnyOfEquipeEngagementClub](docs/AnyOfEquipeEngagementClub.md)
 - [AnyOfEquipeEquipeClub](docs/AnyOfEquipeEquipeClub.md)
 - [AnyOfEquipeJsonldCalculBilanSaisonClub](docs/AnyOfEquipeJsonldCalculBilanSaisonClub.md)
 - [AnyOfEquipeJsonldClassementClub](docs/AnyOfEquipeJsonldClassementClub.md)
 - [AnyOfEquipeJsonldEngagementClub](docs/AnyOfEquipeJsonldEngagementClub.md)
 - [AnyOfEquipeJsonldEquipeClub](docs/AnyOfEquipeJsonldEquipeClub.md)
 - [AnyOfEquipeJsonldMatchClub](docs/AnyOfEquipeJsonldMatchClub.md)
 - [AnyOfEquipeJsonldMatchMembreClub](docs/AnyOfEquipeJsonldMatchMembreClub.md)
 - [AnyOfEquipeMatchClub](docs/AnyOfEquipeMatchClub.md)
 - [AnyOfEquipeMatchMembreClub](docs/AnyOfEquipeMatchMembreClub.md)
 - [AnyOfMatchEntityCalculBilanSaisonAway](docs/AnyOfMatchEntityCalculBilanSaisonAway.md)
 - [AnyOfMatchEntityCalculBilanSaisonCompetition](docs/AnyOfMatchEntityCalculBilanSaisonCompetition.md)
 - [AnyOfMatchEntityCalculBilanSaisonHome](docs/AnyOfMatchEntityCalculBilanSaisonHome.md)
 - [AnyOfMatchEntityCalculBilanSaisonPoule](docs/AnyOfMatchEntityCalculBilanSaisonPoule.md)
 - [AnyOfMatchEntityCalculBilanSaisonPouleJournee](docs/AnyOfMatchEntityCalculBilanSaisonPouleJournee.md)
 - [AnyOfMatchEntityCalculMatchHistoAway](docs/AnyOfMatchEntityCalculMatchHistoAway.md)
 - [AnyOfMatchEntityCalculMatchHistoCompetition](docs/AnyOfMatchEntityCalculMatchHistoCompetition.md)
 - [AnyOfMatchEntityCalculMatchHistoHome](docs/AnyOfMatchEntityCalculMatchHistoHome.md)
 - [AnyOfMatchEntityCalculSerieCoursAway](docs/AnyOfMatchEntityCalculSerieCoursAway.md)
 - [AnyOfMatchEntityCalculSerieCoursCompetition](docs/AnyOfMatchEntityCalculSerieCoursCompetition.md)
 - [AnyOfMatchEntityCalculSerieCoursHome](docs/AnyOfMatchEntityCalculSerieCoursHome.md)
 - [AnyOfMatchEntityCalculSerieCoursPoule](docs/AnyOfMatchEntityCalculSerieCoursPoule.md)
 - [AnyOfMatchEntityCalculSerieCoursPouleJournee](docs/AnyOfMatchEntityCalculSerieCoursPouleJournee.md)
 - [AnyOfMatchEntityDossierAway](docs/AnyOfMatchEntityDossierAway.md)
 - [AnyOfMatchEntityDossierCompetition](docs/AnyOfMatchEntityDossierCompetition.md)
 - [AnyOfMatchEntityDossierHome](docs/AnyOfMatchEntityDossierHome.md)
 - [AnyOfMatchEntityJsonldCalculBilanSaisonAway](docs/AnyOfMatchEntityJsonldCalculBilanSaisonAway.md)
 - [AnyOfMatchEntityJsonldCalculBilanSaisonCompetition](docs/AnyOfMatchEntityJsonldCalculBilanSaisonCompetition.md)
 - [AnyOfMatchEntityJsonldCalculBilanSaisonHome](docs/AnyOfMatchEntityJsonldCalculBilanSaisonHome.md)
 - [AnyOfMatchEntityJsonldCalculBilanSaisonPoule](docs/AnyOfMatchEntityJsonldCalculBilanSaisonPoule.md)
 - [AnyOfMatchEntityJsonldCalculBilanSaisonPouleJournee](docs/AnyOfMatchEntityJsonldCalculBilanSaisonPouleJournee.md)
 - [AnyOfMatchEntityJsonldCalculMatchHistoAway](docs/AnyOfMatchEntityJsonldCalculMatchHistoAway.md)
 - [AnyOfMatchEntityJsonldCalculMatchHistoCompetition](docs/AnyOfMatchEntityJsonldCalculMatchHistoCompetition.md)
 - [AnyOfMatchEntityJsonldCalculMatchHistoHome](docs/AnyOfMatchEntityJsonldCalculMatchHistoHome.md)
 - [AnyOfMatchEntityJsonldCalculSerieCoursAway](docs/AnyOfMatchEntityJsonldCalculSerieCoursAway.md)
 - [AnyOfMatchEntityJsonldCalculSerieCoursCompetition](docs/AnyOfMatchEntityJsonldCalculSerieCoursCompetition.md)
 - [AnyOfMatchEntityJsonldCalculSerieCoursHome](docs/AnyOfMatchEntityJsonldCalculSerieCoursHome.md)
 - [AnyOfMatchEntityJsonldCalculSerieCoursPoule](docs/AnyOfMatchEntityJsonldCalculSerieCoursPoule.md)
 - [AnyOfMatchEntityJsonldCalculSerieCoursPouleJournee](docs/AnyOfMatchEntityJsonldCalculSerieCoursPouleJournee.md)
 - [AnyOfMatchEntityJsonldDossierAway](docs/AnyOfMatchEntityJsonldDossierAway.md)
 - [AnyOfMatchEntityJsonldDossierCompetition](docs/AnyOfMatchEntityJsonldDossierCompetition.md)
 - [AnyOfMatchEntityJsonldDossierHome](docs/AnyOfMatchEntityJsonldDossierHome.md)
 - [AnyOfMatchEntityJsonldMatchAway](docs/AnyOfMatchEntityJsonldMatchAway.md)
 - [AnyOfMatchEntityJsonldMatchCompetition](docs/AnyOfMatchEntityJsonldMatchCompetition.md)
 - [AnyOfMatchEntityJsonldMatchHome](docs/AnyOfMatchEntityJsonldMatchHome.md)
 - [AnyOfMatchEntityJsonldMatchMembreAway](docs/AnyOfMatchEntityJsonldMatchMembreAway.md)
 - [AnyOfMatchEntityJsonldMatchMembreCompetition](docs/AnyOfMatchEntityJsonldMatchMembreCompetition.md)
 - [AnyOfMatchEntityJsonldMatchMembreHome](docs/AnyOfMatchEntityJsonldMatchMembreHome.md)
 - [AnyOfMatchEntityJsonldMatchMembrePhase](docs/AnyOfMatchEntityJsonldMatchMembrePhase.md)
 - [AnyOfMatchEntityJsonldMatchMembrePoule](docs/AnyOfMatchEntityJsonldMatchMembrePoule.md)
 - [AnyOfMatchEntityJsonldMatchMembrePouleJournee](docs/AnyOfMatchEntityJsonldMatchMembrePouleJournee.md)
 - [AnyOfMatchEntityJsonldMatchMembreTerrain](docs/AnyOfMatchEntityJsonldMatchMembreTerrain.md)
 - [AnyOfMatchEntityJsonldMatchPhase](docs/AnyOfMatchEntityJsonldMatchPhase.md)
 - [AnyOfMatchEntityJsonldMatchPoule](docs/AnyOfMatchEntityJsonldMatchPoule.md)
 - [AnyOfMatchEntityJsonldMatchPouleJournee](docs/AnyOfMatchEntityJsonldMatchPouleJournee.md)
 - [AnyOfMatchEntityJsonldMatchTerrain](docs/AnyOfMatchEntityJsonldMatchTerrain.md)
 - [AnyOfMatchEntityMatchAway](docs/AnyOfMatchEntityMatchAway.md)
 - [AnyOfMatchEntityMatchCompetition](docs/AnyOfMatchEntityMatchCompetition.md)
 - [AnyOfMatchEntityMatchHome](docs/AnyOfMatchEntityMatchHome.md)
 - [AnyOfMatchEntityMatchMembreAway](docs/AnyOfMatchEntityMatchMembreAway.md)
 - [AnyOfMatchEntityMatchMembreCompetition](docs/AnyOfMatchEntityMatchMembreCompetition.md)
 - [AnyOfMatchEntityMatchMembreHome](docs/AnyOfMatchEntityMatchMembreHome.md)
 - [AnyOfMatchEntityMatchMembrePhase](docs/AnyOfMatchEntityMatchMembrePhase.md)
 - [AnyOfMatchEntityMatchMembrePoule](docs/AnyOfMatchEntityMatchMembrePoule.md)
 - [AnyOfMatchEntityMatchMembrePouleJournee](docs/AnyOfMatchEntityMatchMembrePouleJournee.md)
 - [AnyOfMatchEntityMatchMembreTerrain](docs/AnyOfMatchEntityMatchMembreTerrain.md)
 - [AnyOfMatchEntityMatchPhase](docs/AnyOfMatchEntityMatchPhase.md)
 - [AnyOfMatchEntityMatchPoule](docs/AnyOfMatchEntityMatchPoule.md)
 - [AnyOfMatchEntityMatchPouleJournee](docs/AnyOfMatchEntityMatchPouleJournee.md)
 - [AnyOfMatchEntityMatchTerrain](docs/AnyOfMatchEntityMatchTerrain.md)
 - [AnyOfMatchFeuilleEvenementJsonldMatchFeuilleL1LiNo](docs/AnyOfMatchFeuilleEvenementJsonldMatchFeuilleL1LiNo.md)
 - [AnyOfMatchFeuilleEvenementJsonldMatchFeuilleL2LiNo](docs/AnyOfMatchFeuilleEvenementJsonldMatchFeuilleL2LiNo.md)
 - [AnyOfMatchFeuilleEvenementMatchFeuilleL1LiNo](docs/AnyOfMatchFeuilleEvenementMatchFeuilleL1LiNo.md)
 - [AnyOfMatchFeuilleEvenementMatchFeuilleL2LiNo](docs/AnyOfMatchFeuilleEvenementMatchFeuilleL2LiNo.md)
 - [AnyOfMatchMembreJsonldMatchMembreMatchEntity](docs/AnyOfMatchMembreJsonldMatchMembreMatchEntity.md)
 - [AnyOfMatchMembreMatchMembreMatchEntity](docs/AnyOfMatchMembreMatchMembreMatchEntity.md)
 - [ArbitreArbitre](docs/ArbitreArbitre.md)
 - [ArbitreJsonldArbitre](docs/ArbitreJsonldArbitre.md)
 - [ArbitreJsonldOfficielCategorieArbitre](docs/ArbitreJsonldOfficielCategorieArbitre.md)
 - [ArbitreOfficielCategorieArbitre](docs/ArbitreOfficielCategorieArbitre.md)
 - [ArbitreOfficielCategorieJsonldArbitre](docs/ArbitreOfficielCategorieJsonldArbitre.md)
 - [ArbitreOfficielCategorieJsonldOfficielCategorieArbitre](docs/ArbitreOfficielCategorieJsonldOfficielCategorieArbitre.md)
 - [ArbitreOfficielCategorieOfficielCategorieArbitre](docs/ArbitreOfficielCategorieOfficielCategorieArbitre.md)
 - [CalculBilanSaisonCalculBilanSaison](docs/CalculBilanSaisonCalculBilanSaison.md)
 - [CalculBilanSaisonJsonldCalculBilanSaison](docs/CalculBilanSaisonJsonldCalculBilanSaison.md)
 - [CalculClassement](docs/CalculClassement.md)
 - [CalculClassementJsonld](docs/CalculClassementJsonld.md)
 - [CalculMatchHistoCalculMatchHisto](docs/CalculMatchHistoCalculMatchHisto.md)
 - [CalculMatchHistoJsonldCalculMatchHisto](docs/CalculMatchHistoJsonldCalculMatchHisto.md)
 - [CalculSerieCoursCalculSerieCours](docs/CalculSerieCoursCalculSerieCours.md)
 - [CalculSerieCoursJsonldCalculSerieCours](docs/CalculSerieCoursJsonldCalculSerieCours.md)
 - [CdgArbitre](docs/CdgArbitre.md)
 - [CdgCdg](docs/CdgCdg.md)
 - [CdgClassement](docs/CdgClassement.md)
 - [CdgClub](docs/CdgClub.md)
 - [CdgCompet](docs/CdgCompet.md)
 - [CdgDossier](docs/CdgDossier.md)
 - [CdgEngagement](docs/CdgEngagement.md)
 - [CdgEquipe](docs/CdgEquipe.md)
 - [CdgJsonldArbitre](docs/CdgJsonldArbitre.md)
 - [CdgJsonldCdg](docs/CdgJsonldCdg.md)
 - [CdgJsonldClassement](docs/CdgJsonldClassement.md)
 - [CdgJsonldClub](docs/CdgJsonldClub.md)
 - [CdgJsonldCompet](docs/CdgJsonldCompet.md)
 - [CdgJsonldDossier](docs/CdgJsonldDossier.md)
 - [CdgJsonldEngagement](docs/CdgJsonldEngagement.md)
 - [CdgJsonldEquipe](docs/CdgJsonldEquipe.md)
 - [CdgJsonldMatch](docs/CdgJsonldMatch.md)
 - [CdgJsonldMatchMembre](docs/CdgJsonldMatchMembre.md)
 - [CdgJsonldPoule](docs/CdgJsonldPoule.md)
 - [CdgMatch](docs/CdgMatch.md)
 - [CdgMatchMembre](docs/CdgMatchMembre.md)
 - [CdgPoule](docs/CdgPoule.md)
 - [ClassementJournee](docs/ClassementJournee.md)
 - [ClassementJourneeClassement](docs/ClassementJourneeClassement.md)
 - [ClassementJourneeJsonld](docs/ClassementJourneeJsonld.md)
 - [ClassementJourneeJsonldClassement](docs/ClassementJourneeJsonldClassement.md)
 - [ClubCalculBilanSaison](docs/ClubCalculBilanSaison.md)
 - [ClubClassement](docs/ClubClassement.md)
 - [ClubClub](docs/ClubClub.md)
 - [ClubEngagement](docs/ClubEngagement.md)
 - [ClubEquipe](docs/ClubEquipe.md)
 - [ClubJsonldCalculBilanSaison](docs/ClubJsonldCalculBilanSaison.md)
 - [ClubJsonldClassement](docs/ClubJsonldClassement.md)
 - [ClubJsonldClub](docs/ClubJsonldClub.md)
 - [ClubJsonldEngagement](docs/ClubJsonldEngagement.md)
 - [ClubJsonldEquipe](docs/ClubJsonldEquipe.md)
 - [ClubJsonldMatch](docs/ClubJsonldMatch.md)
 - [ClubJsonldMatchMembre](docs/ClubJsonldMatchMembre.md)
 - [ClubMatch](docs/ClubMatch.md)
 - [ClubMatchMembre](docs/ClubMatchMembre.md)
 - [ClubTitreClub](docs/ClubTitreClub.md)
 - [ClubTitreJsonldClub](docs/ClubTitreJsonldClub.md)
 - [CompetCalculBilanSaison](docs/CompetCalculBilanSaison.md)
 - [CompetCalculMatchHisto](docs/CompetCalculMatchHisto.md)
 - [CompetCalculSerieCours](docs/CompetCalculSerieCours.md)
 - [CompetCompet](docs/CompetCompet.md)
 - [CompetDossier](docs/CompetDossier.md)
 - [CompetEngagement](docs/CompetEngagement.md)
 - [CompetEquipe](docs/CompetEquipe.md)
 - [CompetJsonldCalculBilanSaison](docs/CompetJsonldCalculBilanSaison.md)
 - [CompetJsonldCalculMatchHisto](docs/CompetJsonldCalculMatchHisto.md)
 - [CompetJsonldCalculSerieCours](docs/CompetJsonldCalculSerieCours.md)
 - [CompetJsonldCompet](docs/CompetJsonldCompet.md)
 - [CompetJsonldDossier](docs/CompetJsonldDossier.md)
 - [CompetJsonldEngagement](docs/CompetJsonldEngagement.md)
 - [CompetJsonldEquipe](docs/CompetJsonldEquipe.md)
 - [CompetJsonldMatch](docs/CompetJsonldMatch.md)
 - [CompetJsonldMatchMembre](docs/CompetJsonldMatchMembre.md)
 - [CompetJsonldPhase](docs/CompetJsonldPhase.md)
 - [CompetJsonldPoule](docs/CompetJsonldPoule.md)
 - [CompetJsonldPouleJournee](docs/CompetJsonldPouleJournee.md)
 - [CompetMatch](docs/CompetMatch.md)
 - [CompetMatchMembre](docs/CompetMatchMembre.md)
 - [CompetPhase](docs/CompetPhase.md)
 - [CompetPoule](docs/CompetPoule.md)
 - [CompetPouleJournee](docs/CompetPouleJournee.md)
 - [ContactClub](docs/ContactClub.md)
 - [ContactJsonldClub](docs/ContactJsonldClub.md)
 - [DossierDecisionDossier](docs/DossierDecisionDossier.md)
 - [DossierDecisionJsonldDossier](docs/DossierDecisionJsonldDossier.md)
 - [DossierDossier](docs/DossierDossier.md)
 - [DossierJsonldDossier](docs/DossierJsonldDossier.md)
 - [Engagement](docs/Engagement.md)
 - [EngagementEngagement](docs/EngagementEngagement.md)
 - [EngagementEquipe](docs/EngagementEquipe.md)
 - [EngagementJsonld](docs/EngagementJsonld.md)
 - [EngagementJsonldEngagement](docs/EngagementJsonldEngagement.md)
 - [EngagementJsonldEquipe](docs/EngagementJsonldEquipe.md)
 - [EngagementJsonldMatch](docs/EngagementJsonldMatch.md)
 - [EngagementMatch](docs/EngagementMatch.md)
 - [EquipeCalculBilanSaison](docs/EquipeCalculBilanSaison.md)
 - [EquipeCalculMatchHisto](docs/EquipeCalculMatchHisto.md)
 - [EquipeCalculSerieCours](docs/EquipeCalculSerieCours.md)
 - [EquipeClassement](docs/EquipeClassement.md)
 - [EquipeDossier](docs/EquipeDossier.md)
 - [EquipeEngagement](docs/EquipeEngagement.md)
 - [EquipeEquipe](docs/EquipeEquipe.md)
 - [EquipeJsonldCalculBilanSaison](docs/EquipeJsonldCalculBilanSaison.md)
 - [EquipeJsonldCalculMatchHisto](docs/EquipeJsonldCalculMatchHisto.md)
 - [EquipeJsonldCalculSerieCours](docs/EquipeJsonldCalculSerieCours.md)
 - [EquipeJsonldClassement](docs/EquipeJsonldClassement.md)
 - [EquipeJsonldDossier](docs/EquipeJsonldDossier.md)
 - [EquipeJsonldEngagement](docs/EquipeJsonldEngagement.md)
 - [EquipeJsonldEquipe](docs/EquipeJsonldEquipe.md)
 - [EquipeJsonldMatch](docs/EquipeJsonldMatch.md)
 - [EquipeJsonldMatchMembre](docs/EquipeJsonldMatchMembre.md)
 - [EquipeMatch](docs/EquipeMatch.md)
 - [EquipeMatchMembre](docs/EquipeMatchMembre.md)
 - [IndividuClub](docs/IndividuClub.md)
 - [IndividuIndividu](docs/IndividuIndividu.md)
 - [IndividuJsonldClub](docs/IndividuJsonldClub.md)
 - [IndividuJsonldIndividu](docs/IndividuJsonldIndividu.md)
 - [IndividuJsonldOfficielCategorieArbitre](docs/IndividuJsonldOfficielCategorieArbitre.md)
 - [IndividuOfficielCategorieArbitre](docs/IndividuOfficielCategorieArbitre.md)
 - [InlineResponse200](docs/InlineResponse200.md)
 - [InlineResponse2001](docs/InlineResponse2001.md)
 - [InlineResponse20010](docs/InlineResponse20010.md)
 - [InlineResponse20011](docs/InlineResponse20011.md)
 - [InlineResponse20012](docs/InlineResponse20012.md)
 - [InlineResponse20013](docs/InlineResponse20013.md)
 - [InlineResponse20014](docs/InlineResponse20014.md)
 - [InlineResponse20015](docs/InlineResponse20015.md)
 - [InlineResponse20016](docs/InlineResponse20016.md)
 - [InlineResponse20017](docs/InlineResponse20017.md)
 - [InlineResponse20018](docs/InlineResponse20018.md)
 - [InlineResponse2002](docs/InlineResponse2002.md)
 - [InlineResponse2003](docs/InlineResponse2003.md)
 - [InlineResponse2004](docs/InlineResponse2004.md)
 - [InlineResponse2005](docs/InlineResponse2005.md)
 - [InlineResponse2006](docs/InlineResponse2006.md)
 - [InlineResponse2007](docs/InlineResponse2007.md)
 - [InlineResponse2008](docs/InlineResponse2008.md)
 - [InlineResponse2009](docs/InlineResponse2009.md)
 - [InlineResponse200Hydrasearch](docs/InlineResponse200Hydrasearch.md)
 - [InlineResponse200HydrasearchHydramapping](docs/InlineResponse200HydrasearchHydramapping.md)
 - [InlineResponse200Hydraview](docs/InlineResponse200Hydraview.md)
 - [MatchEntity](docs/MatchEntity.md)
 - [MatchEntityCalculBilanSaison](docs/MatchEntityCalculBilanSaison.md)
 - [MatchEntityCalculMatchHisto](docs/MatchEntityCalculMatchHisto.md)
 - [MatchEntityCalculSerieCours](docs/MatchEntityCalculSerieCours.md)
 - [MatchEntityDossier](docs/MatchEntityDossier.md)
 - [MatchEntityJsonld](docs/MatchEntityJsonld.md)
 - [MatchEntityJsonldCalculBilanSaison](docs/MatchEntityJsonldCalculBilanSaison.md)
 - [MatchEntityJsonldCalculMatchHisto](docs/MatchEntityJsonldCalculMatchHisto.md)
 - [MatchEntityJsonldCalculSerieCours](docs/MatchEntityJsonldCalculSerieCours.md)
 - [MatchEntityJsonldDossier](docs/MatchEntityJsonldDossier.md)
 - [MatchEntityJsonldMatch](docs/MatchEntityJsonldMatch.md)
 - [MatchEntityJsonldMatchMembre](docs/MatchEntityJsonldMatchMembre.md)
 - [MatchEntityMatch](docs/MatchEntityMatch.md)
 - [MatchEntityMatchMembre](docs/MatchEntityMatchMembre.md)
 - [MatchFeuilleCompoJsonldMatchFeuille](docs/MatchFeuilleCompoJsonldMatchFeuille.md)
 - [MatchFeuilleCompoMatchFeuille](docs/MatchFeuilleCompoMatchFeuille.md)
 - [MatchFeuilleEvenementJsonldMatchFeuille](docs/MatchFeuilleEvenementJsonldMatchFeuille.md)
 - [MatchFeuilleEvenementMatchFeuille](docs/MatchFeuilleEvenementMatchFeuille.md)
 - [MatchFeuilleJsonldMatchFeuille](docs/MatchFeuilleJsonldMatchFeuille.md)
 - [MatchFeuilleMatchFeuille](docs/MatchFeuilleMatchFeuille.md)
 - [MatchFeuilleMembreJsonldMatchFeuille](docs/MatchFeuilleMembreJsonldMatchFeuille.md)
 - [MatchFeuilleMembreMatchFeuille](docs/MatchFeuilleMembreMatchFeuille.md)
 - [MatchFeuilleReserveJsonldMatchFeuille](docs/MatchFeuilleReserveJsonldMatchFeuille.md)
 - [MatchFeuilleReserveMatchFeuille](docs/MatchFeuilleReserveMatchFeuille.md)
 - [MatchMembreJsonldMatch](docs/MatchMembreJsonldMatch.md)
 - [MatchMembreJsonldMatchMembre](docs/MatchMembreJsonldMatchMembre.md)
 - [MatchMembreMatch](docs/MatchMembreMatch.md)
 - [MatchMembreMatchMembre](docs/MatchMembreMatchMembre.md)
 - [OfficielCategorieArbitre](docs/OfficielCategorieArbitre.md)
 - [OfficielCategorieJsonldArbitre](docs/OfficielCategorieJsonldArbitre.md)
 - [OfficielCategorieJsonldOfficielCategorie](docs/OfficielCategorieJsonldOfficielCategorie.md)
 - [OfficielCategorieOfficielCategorie](docs/OfficielCategorieOfficielCategorie.md)
 - [OneOfAdresseJsonldClubContext](docs/OneOfAdresseJsonldClubContext.md)
 - [OneOfArbitreJsonldArbitreContext](docs/OneOfArbitreJsonldArbitreContext.md)
 - [OneOfArbitreJsonldOfficielCategorieArbitreContext](docs/OneOfArbitreJsonldOfficielCategorieArbitreContext.md)
 - [OneOfArbitreOfficielCategorieJsonldArbitreContext](docs/OneOfArbitreOfficielCategorieJsonldArbitreContext.md)
 - [OneOfArbitreOfficielCategorieJsonldOfficielCategorieArbitreContext](docs/OneOfArbitreOfficielCategorieJsonldOfficielCategorieArbitreContext.md)
 - [OneOfCalculBilanSaisonJsonldCalculBilanSaisonContext](docs/OneOfCalculBilanSaisonJsonldCalculBilanSaisonContext.md)
 - [OneOfCalculClassementJsonldContext](docs/OneOfCalculClassementJsonldContext.md)
 - [OneOfCalculMatchHistoJsonldCalculMatchHistoContext](docs/OneOfCalculMatchHistoJsonldCalculMatchHistoContext.md)
 - [OneOfCalculSerieCoursJsonldCalculSerieCoursContext](docs/OneOfCalculSerieCoursJsonldCalculSerieCoursContext.md)
 - [OneOfCdgJsonldArbitreContext](docs/OneOfCdgJsonldArbitreContext.md)
 - [OneOfCdgJsonldCdgContext](docs/OneOfCdgJsonldCdgContext.md)
 - [OneOfCdgJsonldClassementContext](docs/OneOfCdgJsonldClassementContext.md)
 - [OneOfCdgJsonldClubContext](docs/OneOfCdgJsonldClubContext.md)
 - [OneOfCdgJsonldCompetContext](docs/OneOfCdgJsonldCompetContext.md)
 - [OneOfCdgJsonldDossierContext](docs/OneOfCdgJsonldDossierContext.md)
 - [OneOfCdgJsonldEngagementContext](docs/OneOfCdgJsonldEngagementContext.md)
 - [OneOfCdgJsonldEquipeContext](docs/OneOfCdgJsonldEquipeContext.md)
 - [OneOfCdgJsonldMatchContext](docs/OneOfCdgJsonldMatchContext.md)
 - [OneOfCdgJsonldMatchMembreContext](docs/OneOfCdgJsonldMatchMembreContext.md)
 - [OneOfCdgJsonldPouleContext](docs/OneOfCdgJsonldPouleContext.md)
 - [OneOfClassementJourneeJsonldContext](docs/OneOfClassementJourneeJsonldContext.md)
 - [OneOfClubJsonldCalculBilanSaisonContext](docs/OneOfClubJsonldCalculBilanSaisonContext.md)
 - [OneOfClubJsonldClassementContext](docs/OneOfClubJsonldClassementContext.md)
 - [OneOfClubJsonldClubContext](docs/OneOfClubJsonldClubContext.md)
 - [OneOfClubJsonldEngagementContext](docs/OneOfClubJsonldEngagementContext.md)
 - [OneOfClubJsonldEquipeContext](docs/OneOfClubJsonldEquipeContext.md)
 - [OneOfClubJsonldMatchContext](docs/OneOfClubJsonldMatchContext.md)
 - [OneOfClubJsonldMatchMembreContext](docs/OneOfClubJsonldMatchMembreContext.md)
 - [OneOfClubTitreJsonldClubContext](docs/OneOfClubTitreJsonldClubContext.md)
 - [OneOfCompetJsonldCalculBilanSaisonContext](docs/OneOfCompetJsonldCalculBilanSaisonContext.md)
 - [OneOfCompetJsonldCalculMatchHistoContext](docs/OneOfCompetJsonldCalculMatchHistoContext.md)
 - [OneOfCompetJsonldCalculSerieCoursContext](docs/OneOfCompetJsonldCalculSerieCoursContext.md)
 - [OneOfCompetJsonldCompetContext](docs/OneOfCompetJsonldCompetContext.md)
 - [OneOfCompetJsonldDossierContext](docs/OneOfCompetJsonldDossierContext.md)
 - [OneOfCompetJsonldEngagementContext](docs/OneOfCompetJsonldEngagementContext.md)
 - [OneOfCompetJsonldEquipeContext](docs/OneOfCompetJsonldEquipeContext.md)
 - [OneOfCompetJsonldMatchContext](docs/OneOfCompetJsonldMatchContext.md)
 - [OneOfCompetJsonldMatchMembreContext](docs/OneOfCompetJsonldMatchMembreContext.md)
 - [OneOfCompetJsonldPhaseContext](docs/OneOfCompetJsonldPhaseContext.md)
 - [OneOfCompetJsonldPouleContext](docs/OneOfCompetJsonldPouleContext.md)
 - [OneOfCompetJsonldPouleJourneeContext](docs/OneOfCompetJsonldPouleJourneeContext.md)
 - [OneOfContactJsonldClubContext](docs/OneOfContactJsonldClubContext.md)
 - [OneOfDossierDecisionJsonldDossierContext](docs/OneOfDossierDecisionJsonldDossierContext.md)
 - [OneOfDossierJsonldDossierContext](docs/OneOfDossierJsonldDossierContext.md)
 - [OneOfEngagementJsonldEngagementContext](docs/OneOfEngagementJsonldEngagementContext.md)
 - [OneOfEngagementJsonldEquipeContext](docs/OneOfEngagementJsonldEquipeContext.md)
 - [OneOfEngagementJsonldMatchContext](docs/OneOfEngagementJsonldMatchContext.md)
 - [OneOfEquipeJsonldCalculBilanSaisonContext](docs/OneOfEquipeJsonldCalculBilanSaisonContext.md)
 - [OneOfEquipeJsonldCalculMatchHistoContext](docs/OneOfEquipeJsonldCalculMatchHistoContext.md)
 - [OneOfEquipeJsonldCalculSerieCoursContext](docs/OneOfEquipeJsonldCalculSerieCoursContext.md)
 - [OneOfEquipeJsonldClassementContext](docs/OneOfEquipeJsonldClassementContext.md)
 - [OneOfEquipeJsonldDossierContext](docs/OneOfEquipeJsonldDossierContext.md)
 - [OneOfEquipeJsonldEngagementContext](docs/OneOfEquipeJsonldEngagementContext.md)
 - [OneOfEquipeJsonldEquipeContext](docs/OneOfEquipeJsonldEquipeContext.md)
 - [OneOfEquipeJsonldMatchContext](docs/OneOfEquipeJsonldMatchContext.md)
 - [OneOfEquipeJsonldMatchMembreContext](docs/OneOfEquipeJsonldMatchMembreContext.md)
 - [OneOfIndividuJsonldClubContext](docs/OneOfIndividuJsonldClubContext.md)
 - [OneOfIndividuJsonldIndividuContext](docs/OneOfIndividuJsonldIndividuContext.md)
 - [OneOfIndividuJsonldOfficielCategorieArbitreContext](docs/OneOfIndividuJsonldOfficielCategorieArbitreContext.md)
 - [OneOfMatchEntityJsonldCalculBilanSaisonContext](docs/OneOfMatchEntityJsonldCalculBilanSaisonContext.md)
 - [OneOfMatchEntityJsonldCalculMatchHistoContext](docs/OneOfMatchEntityJsonldCalculMatchHistoContext.md)
 - [OneOfMatchEntityJsonldCalculSerieCoursContext](docs/OneOfMatchEntityJsonldCalculSerieCoursContext.md)
 - [OneOfMatchEntityJsonldDossierContext](docs/OneOfMatchEntityJsonldDossierContext.md)
 - [OneOfMatchEntityJsonldMatchContext](docs/OneOfMatchEntityJsonldMatchContext.md)
 - [OneOfMatchEntityJsonldMatchMembreContext](docs/OneOfMatchEntityJsonldMatchMembreContext.md)
 - [OneOfMatchFeuilleCompoJsonldMatchFeuilleContext](docs/OneOfMatchFeuilleCompoJsonldMatchFeuilleContext.md)
 - [OneOfMatchFeuilleEvenementJsonldMatchFeuilleContext](docs/OneOfMatchFeuilleEvenementJsonldMatchFeuilleContext.md)
 - [OneOfMatchFeuilleJsonldMatchFeuilleContext](docs/OneOfMatchFeuilleJsonldMatchFeuilleContext.md)
 - [OneOfMatchFeuilleMembreJsonldMatchFeuilleContext](docs/OneOfMatchFeuilleMembreJsonldMatchFeuilleContext.md)
 - [OneOfMatchFeuilleReserveJsonldMatchFeuilleContext](docs/OneOfMatchFeuilleReserveJsonldMatchFeuilleContext.md)
 - [OneOfMatchMembreJsonldMatchContext](docs/OneOfMatchMembreJsonldMatchContext.md)
 - [OneOfMatchMembreJsonldMatchMembreContext](docs/OneOfMatchMembreJsonldMatchMembreContext.md)
 - [OneOfOfficielCategorieJsonldArbitreContext](docs/OneOfOfficielCategorieJsonldArbitreContext.md)
 - [OneOfOfficielCategorieJsonldOfficielCategorieContext](docs/OneOfOfficielCategorieJsonldOfficielCategorieContext.md)
 - [OneOfPhaseJsonldCompetContext](docs/OneOfPhaseJsonldCompetContext.md)
 - [OneOfPhaseJsonldEngagementContext](docs/OneOfPhaseJsonldEngagementContext.md)
 - [OneOfPhaseJsonldEquipeContext](docs/OneOfPhaseJsonldEquipeContext.md)
 - [OneOfPhaseJsonldMatchContext](docs/OneOfPhaseJsonldMatchContext.md)
 - [OneOfPhaseJsonldMatchMembreContext](docs/OneOfPhaseJsonldMatchMembreContext.md)
 - [OneOfPhaseJsonldPhaseContext](docs/OneOfPhaseJsonldPhaseContext.md)
 - [OneOfPhaseJsonldPouleContext](docs/OneOfPhaseJsonldPouleContext.md)
 - [OneOfPhaseJsonldPouleJourneeContext](docs/OneOfPhaseJsonldPouleJourneeContext.md)
 - [OneOfPouleJourneeJsonldCalculBilanSaisonContext](docs/OneOfPouleJourneeJsonldCalculBilanSaisonContext.md)
 - [OneOfPouleJourneeJsonldCalculSerieCoursContext](docs/OneOfPouleJourneeJsonldCalculSerieCoursContext.md)
 - [OneOfPouleJourneeJsonldMatchContext](docs/OneOfPouleJourneeJsonldMatchContext.md)
 - [OneOfPouleJourneeJsonldMatchMembreContext](docs/OneOfPouleJourneeJsonldMatchMembreContext.md)
 - [OneOfPouleJourneeJsonldPouleContext](docs/OneOfPouleJourneeJsonldPouleContext.md)
 - [OneOfPouleJourneeJsonldPouleJourneeContext](docs/OneOfPouleJourneeJsonldPouleJourneeContext.md)
 - [OneOfPouleJsonldCalculBilanSaisonContext](docs/OneOfPouleJsonldCalculBilanSaisonContext.md)
 - [OneOfPouleJsonldCalculSerieCoursContext](docs/OneOfPouleJsonldCalculSerieCoursContext.md)
 - [OneOfPouleJsonldClassementContext](docs/OneOfPouleJsonldClassementContext.md)
 - [OneOfPouleJsonldCompetContext](docs/OneOfPouleJsonldCompetContext.md)
 - [OneOfPouleJsonldEngagementContext](docs/OneOfPouleJsonldEngagementContext.md)
 - [OneOfPouleJsonldEquipeContext](docs/OneOfPouleJsonldEquipeContext.md)
 - [OneOfPouleJsonldMatchContext](docs/OneOfPouleJsonldMatchContext.md)
 - [OneOfPouleJsonldMatchMembreContext](docs/OneOfPouleJsonldMatchMembreContext.md)
 - [OneOfPouleJsonldPhaseContext](docs/OneOfPouleJsonldPhaseContext.md)
 - [OneOfPouleJsonldPouleContext](docs/OneOfPouleJsonldPouleContext.md)
 - [OneOfPouleJsonldPouleJourneeContext](docs/OneOfPouleJsonldPouleJourneeContext.md)
 - [OneOfTerrainJsonldClubContext](docs/OneOfTerrainJsonldClubContext.md)
 - [OneOfTerrainJsonldMatchContext](docs/OneOfTerrainJsonldMatchContext.md)
 - [OneOfTerrainJsonldMatchMembreContext](docs/OneOfTerrainJsonldMatchMembreContext.md)
 - [OneOfTerrainJsonldTerrainContext](docs/OneOfTerrainJsonldTerrainContext.md)
 - [PhaseCompet](docs/PhaseCompet.md)
 - [PhaseEngagement](docs/PhaseEngagement.md)
 - [PhaseEquipe](docs/PhaseEquipe.md)
 - [PhaseJsonldCompet](docs/PhaseJsonldCompet.md)
 - [PhaseJsonldEngagement](docs/PhaseJsonldEngagement.md)
 - [PhaseJsonldEquipe](docs/PhaseJsonldEquipe.md)
 - [PhaseJsonldMatch](docs/PhaseJsonldMatch.md)
 - [PhaseJsonldMatchMembre](docs/PhaseJsonldMatchMembre.md)
 - [PhaseJsonldPhase](docs/PhaseJsonldPhase.md)
 - [PhaseJsonldPoule](docs/PhaseJsonldPoule.md)
 - [PhaseJsonldPouleJournee](docs/PhaseJsonldPouleJournee.md)
 - [PhaseMatch](docs/PhaseMatch.md)
 - [PhaseMatchMembre](docs/PhaseMatchMembre.md)
 - [PhasePhase](docs/PhasePhase.md)
 - [PhasePoule](docs/PhasePoule.md)
 - [PhasePouleJournee](docs/PhasePouleJournee.md)
 - [Poule](docs/Poule.md)
 - [PouleCalculBilanSaison](docs/PouleCalculBilanSaison.md)
 - [PouleCalculSerieCours](docs/PouleCalculSerieCours.md)
 - [PouleClassement](docs/PouleClassement.md)
 - [PouleCompet](docs/PouleCompet.md)
 - [PouleEngagement](docs/PouleEngagement.md)
 - [PouleEquipe](docs/PouleEquipe.md)
 - [PouleJournee](docs/PouleJournee.md)
 - [PouleJourneeCalculBilanSaison](docs/PouleJourneeCalculBilanSaison.md)
 - [PouleJourneeCalculSerieCours](docs/PouleJourneeCalculSerieCours.md)
 - [PouleJourneeJsonld](docs/PouleJourneeJsonld.md)
 - [PouleJourneeJsonldCalculBilanSaison](docs/PouleJourneeJsonldCalculBilanSaison.md)
 - [PouleJourneeJsonldCalculSerieCours](docs/PouleJourneeJsonldCalculSerieCours.md)
 - [PouleJourneeJsonldMatch](docs/PouleJourneeJsonldMatch.md)
 - [PouleJourneeJsonldMatchMembre](docs/PouleJourneeJsonldMatchMembre.md)
 - [PouleJourneeJsonldPoule](docs/PouleJourneeJsonldPoule.md)
 - [PouleJourneeJsonldPouleJournee](docs/PouleJourneeJsonldPouleJournee.md)
 - [PouleJourneeMatch](docs/PouleJourneeMatch.md)
 - [PouleJourneeMatchMembre](docs/PouleJourneeMatchMembre.md)
 - [PouleJourneePoule](docs/PouleJourneePoule.md)
 - [PouleJourneePouleJournee](docs/PouleJourneePouleJournee.md)
 - [PouleJsonld](docs/PouleJsonld.md)
 - [PouleJsonldCalculBilanSaison](docs/PouleJsonldCalculBilanSaison.md)
 - [PouleJsonldCalculSerieCours](docs/PouleJsonldCalculSerieCours.md)
 - [PouleJsonldClassement](docs/PouleJsonldClassement.md)
 - [PouleJsonldCompet](docs/PouleJsonldCompet.md)
 - [PouleJsonldEngagement](docs/PouleJsonldEngagement.md)
 - [PouleJsonldEquipe](docs/PouleJsonldEquipe.md)
 - [PouleJsonldMatch](docs/PouleJsonldMatch.md)
 - [PouleJsonldMatchMembre](docs/PouleJsonldMatchMembre.md)
 - [PouleJsonldPhase](docs/PouleJsonldPhase.md)
 - [PouleJsonldPoule](docs/PouleJsonldPoule.md)
 - [PouleJsonldPouleJournee](docs/PouleJsonldPouleJournee.md)
 - [PouleMatch](docs/PouleMatch.md)
 - [PouleMatchMembre](docs/PouleMatchMembre.md)
 - [PoulePhase](docs/PoulePhase.md)
 - [PoulePoule](docs/PoulePoule.md)
 - [PoulePouleJournee](docs/PoulePouleJournee.md)
 - [TerrainClub](docs/TerrainClub.md)
 - [TerrainJsonldClub](docs/TerrainJsonldClub.md)
 - [TerrainJsonldMatch](docs/TerrainJsonldMatch.md)
 - [TerrainJsonldMatchMembre](docs/TerrainJsonldMatchMembre.md)
 - [TerrainJsonldTerrain](docs/TerrainJsonldTerrain.md)
 - [TerrainMatch](docs/TerrainMatch.md)
 - [TerrainMatchMembre](docs/TerrainMatchMembre.md)
 - [TerrainTerrain](docs/TerrainTerrain.md)

## Documentation For Authorization

 All endpoints do not require authorization.


## Author



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "api-fff",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "football soccer api fff",
    "author": "Thibault Falque",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ce/8a/bca4275315802b6dfeec39bdd591bbcfdc16df6503216fed9e24eb5a42b4/api_fff-1.0.4.tar.gz",
    "platform": null,
    "description": "# swagger-client\n# Authentication  <!-- ReDoc-Inject: <security-definitions> -->\n\nThis Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:\n\n- API version: 0.0.0\n- Package version: 1.0.0\n- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen\n\n## Requirements.\n\nPython 2.7 and 3.4+\n\n## Installation & Usage\n### pip install\n\nIf the python package is hosted on Github, you can install directly from Github\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n\n```python\nimport apifff \n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n\n```python\nimport apifff\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\nfrom __future__ import print_function\nimport time\nimport apifff\nfrom apifff.rest import ApiException\nfrom pprint import pprint\n\n# create an instance of the API class\napi_instance = apifff.ArbitreApi(apifff.ApiClient(configuration))\npage = 1 # int | The collection page number (optional) (default to 1)\n\ntry:\n    # Retrieves the collection of Arbitre resources.\n    api_response = api_instance.get_arbitre_collection(page=page)\n    pprint(api_response)\nexcept ApiException as e:\n    print(\"Exception when calling ArbitreApi->get_arbitre_collection: %s\\n\" % e)\n\n# create an instance of the API class\napi_instance = apifff.ArbitreApi(apifff.ApiClient(configuration))\nin_no = 'in_no_example' # str | Resource identifier\n\ntry:\n    # Retrieves a Arbitre resource.\n    api_response = api_instance.get_arbitre_item(in_no)\n    pprint(api_response)\nexcept ApiException as e:\n    print(\"Exception when calling ArbitreApi->get_arbitre_item: %s\\n\" % e)\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to */*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*ArbitreApi* | [**get_arbitre_collection**](docs/ArbitreApi.md#get_arbitre_collection) | **GET** /api/arbitres | Retrieves the collection of Arbitre resources.\n*ArbitreApi* | [**get_arbitre_item**](docs/ArbitreApi.md#get_arbitre_item) | **GET** /api/arbitres/{inNo} | Retrieves a Arbitre resource.\n*ArbitreOfficielCategorieApi* | [**get_arbitre_officiel_categorie_collection**](docs/ArbitreOfficielCategorieApi.md#get_arbitre_officiel_categorie_collection) | **GET** /api/arbitre_officiel_categories | Retrieves the collection of ArbitreOfficielCategorie resources.\n*ArbitreOfficielCategorieApi* | [**get_arbitre_officiel_categorie_item**](docs/ArbitreOfficielCategorieApi.md#get_arbitre_officiel_categorie_item) | **GET** /api/arbitre_officiel_categories/{id} | Retrieves a ArbitreOfficielCategorie resource.\n*CalculBilanSaisonApi* | [**get_calcul_bilan_saison_collection**](docs/CalculBilanSaisonApi.md#get_calcul_bilan_saison_collection) | **GET** /api/calcul_bilan_saisons | Retrieves the collection of CalculBilanSaison resources.\n*CalculBilanSaisonApi* | [**get_calcul_bilan_saison_item**](docs/CalculBilanSaisonApi.md#get_calcul_bilan_saison_item) | **GET** /api/calcul_bilan_saisons/{id} | Retrieves a CalculBilanSaison resource.\n*CalculMatchHistoApi* | [**get_calcul_match_histo_collection**](docs/CalculMatchHistoApi.md#get_calcul_match_histo_collection) | **GET** /api/calcul_match_histos | Retrieves the collection of CalculMatchHisto resources.\n*CalculMatchHistoApi* | [**get_calcul_match_histo_item**](docs/CalculMatchHistoApi.md#get_calcul_match_histo_item) | **GET** /api/calcul_match_histos/{id} | Retrieves a CalculMatchHisto resource.\n*CalculSerieCoursApi* | [**get_calcul_serie_cours_collection**](docs/CalculSerieCoursApi.md#get_calcul_serie_cours_collection) | **GET** /api/calcul_serie_cours | Retrieves the collection of CalculSerieCours resources.\n*CalculSerieCoursApi* | [**get_calcul_serie_cours_item**](docs/CalculSerieCoursApi.md#get_calcul_serie_cours_item) | **GET** /api/calcul_serie_cours/{id} | Retrieves a CalculSerieCours resource.\n*CdgApi* | [**get_cdg_collection**](docs/CdgApi.md#get_cdg_collection) | **GET** /api/cdgs | Retrieves the collection of Cdg resources.\n*CdgApi* | [**get_cdg_item**](docs/CdgApi.md#get_cdg_item) | **GET** /api/cdgs/{cgNo} | Retrieves a Cdg resource.\n*ClassementJourneeApi* | [**api_compets_phases_poules_classement_journees_get_subresource_compet_subresource**](docs/ClassementJourneeApi.md#api_compets_phases_poules_classement_journees_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases/{phases}/poules/{poules}/classement_journees | Retrieves a Compet resource.\n*ClubApi* | [**api_clubs_equipes_get_subresource_club_subresource**](docs/ClubApi.md#api_clubs_equipes_get_subresource_club_subresource) | **GET** /api/clubs/{clNo}/equipes | Retrieves a Club resource.\n*ClubApi* | [**get_club_collection**](docs/ClubApi.md#get_club_collection) | **GET** /api/clubs | Retrieves the collection of Club resources.\n*ClubApi* | [**get_club_item**](docs/ClubApi.md#get_club_item) | **GET** /api/clubs/{clNo} | Retrieves a Club resource.\n*CompetApi* | [**api_compets_phases_get_subresource_compet_subresource**](docs/CompetApi.md#api_compets_phases_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases | Retrieves a Compet resource.\n*CompetApi* | [**get_compet_collection**](docs/CompetApi.md#get_compet_collection) | **GET** /api/compets | Retrieves the collection of Compet resources.\n*CompetApi* | [**get_compet_item**](docs/CompetApi.md#get_compet_item) | **GET** /api/compets/{cpNo} | Retrieves a Compet resource.\n*DossierApi* | [**get_dossier_collection**](docs/DossierApi.md#get_dossier_collection) | **GET** /api/dossiers | Retrieves the collection of Dossier resources.\n*DossierApi* | [**get_dossier_item**](docs/DossierApi.md#get_dossier_item) | **GET** /api/dossiers/{dsNo} | Retrieves a Dossier resource.\n*EngagementApi* | [**api_clubs_equipes_engagements_get_subresource_club_subresource**](docs/EngagementApi.md#api_clubs_equipes_engagements_get_subresource_club_subresource) | **GET** /api/clubs/{clNo}/equipes/{equipes}/engagements | Retrieves a Club resource.\n*EngagementApi* | [**get_engagement_collection**](docs/EngagementApi.md#get_engagement_collection) | **GET** /api/engagements | Retrieves the collection of Engagement resources.\n*EquipeApi* | [**api_clubs_equipes_engagements_get_subresource_club_subresource**](docs/EquipeApi.md#api_clubs_equipes_engagements_get_subresource_club_subresource) | **GET** /api/clubs/{clNo}/equipes/{equipes}/engagements | Retrieves a Club resource.\n*EquipeApi* | [**api_clubs_equipes_get_subresource_club_subresource**](docs/EquipeApi.md#api_clubs_equipes_get_subresource_club_subresource) | **GET** /api/clubs/{clNo}/equipes | Retrieves a Club resource.\n*EquipeApi* | [**api_clubs_equipes_matchs_get_subresource_club_subresource**](docs/EquipeApi.md#api_clubs_equipes_matchs_get_subresource_club_subresource) | **GET** /api/clubs/{clNo}/equipes/{equipes}/matchs | Retrieves a Club resource.\n*IndividuApi* | [**get_individu_item**](docs/IndividuApi.md#get_individu_item) | **GET** /api/individus/{inNo} | Retrieves a Individu resource.\n*MatchEntityApi* | [**api_clubs_equipes_matchs_get_subresource_club_subresource**](docs/MatchEntityApi.md#api_clubs_equipes_matchs_get_subresource_club_subresource) | **GET** /api/clubs/{clNo}/equipes/{equipes}/matchs | Retrieves a Club resource.\n*MatchEntityApi* | [**get_calendrier_of_club_match_entity_collection**](docs/MatchEntityApi.md#get_calendrier_of_club_match_entity_collection) | **GET** /api/clubs/{clNo}/calendrier | Retrieves the collection of MatchEntity resources.\n*MatchEntityApi* | [**get_calendrier_of_competition_match_entity_collection**](docs/MatchEntityApi.md#get_calendrier_of_competition_match_entity_collection) | **GET** /api/compets/{cpNo}/phases/{phNo}/poules/{gpNo}/calendrier | Retrieves the collection of MatchEntity resources.\n*MatchEntityApi* | [**get_calendrier_of_equipe_match_entity_collection**](docs/MatchEntityApi.md#get_calendrier_of_equipe_match_entity_collection) | **GET** /api/clubs/{clNo}/equipes/{eqNo}/calendrier | Retrieves the collection of MatchEntity resources.\n*MatchEntityApi* | [**get_match_entity_collection**](docs/MatchEntityApi.md#get_match_entity_collection) | **GET** /api/match_entities | Retrieves the collection of MatchEntity resources.\n*MatchEntityApi* | [**get_match_entity_item**](docs/MatchEntityApi.md#get_match_entity_item) | **GET** /api/match_entities/{maNo} | Retrieves a MatchEntity resource.\n*MatchEntityApi* | [**get_matchs_of_club_match_entity_collection**](docs/MatchEntityApi.md#get_matchs_of_club_match_entity_collection) | **GET** /api/clubs/{clNo}/matchs | Retrieves the collection of MatchEntity resources.\n*MatchEntityApi* | [**get_matchs_of_competition_match_entity_collection**](docs/MatchEntityApi.md#get_matchs_of_competition_match_entity_collection) | **GET** /api/compets/{cpNo}/phases/{phNo}/poules/{gpNo}/matchs | Retrieves the collection of MatchEntity resources.\n*MatchEntityApi* | [**get_resultat_of_club_match_entity_collection**](docs/MatchEntityApi.md#get_resultat_of_club_match_entity_collection) | **GET** /api/clubs/{clNo}/resultat | Retrieves the collection of MatchEntity resources.\n*MatchEntityApi* | [**get_resultat_of_competition_match_entity_collection**](docs/MatchEntityApi.md#get_resultat_of_competition_match_entity_collection) | **GET** /api/compets/{cpNo}/phases/{phNo}/poules/{gpNo}/resultat | Retrieves the collection of MatchEntity resources.\n*MatchEntityApi* | [**get_resultat_of_equipe_match_entity_collection**](docs/MatchEntityApi.md#get_resultat_of_equipe_match_entity_collection) | **GET** /api/clubs/{clNo}/equipes/{eqNo}/resultat | Retrieves the collection of MatchEntity resources.\n*MatchFeuilleApi* | [**get_match_feuille_collection**](docs/MatchFeuilleApi.md#get_match_feuille_collection) | **GET** /api/match_feuilles | Retrieves the collection of MatchFeuille resources.\n*MatchFeuilleApi* | [**get_match_feuille_item**](docs/MatchFeuilleApi.md#get_match_feuille_item) | **GET** /api/match_feuilles/{cfmNo} | Retrieves a MatchFeuille resource.\n*MatchMembreApi* | [**get_match_membre_collection**](docs/MatchMembreApi.md#get_match_membre_collection) | **GET** /api/match_membres | Retrieves the collection of MatchMembre resources.\n*OfficielCategorieApi* | [**get_officiel_categorie_collection**](docs/OfficielCategorieApi.md#get_officiel_categorie_collection) | **GET** /api/officiel_categories | Retrieves the collection of OfficielCategorie resources.\n*OfficielCategorieApi* | [**get_officiel_categorie_item**](docs/OfficielCategorieApi.md#get_officiel_categorie_item) | **GET** /api/officiel_categories/{id} | Retrieves a OfficielCategorie resource.\n*PhaseApi* | [**api_compets_phases_get_subresource_compet_subresource**](docs/PhaseApi.md#api_compets_phases_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases | Retrieves a Compet resource.\n*PhaseApi* | [**api_compets_phases_poules_get_subresource_compet_subresource**](docs/PhaseApi.md#api_compets_phases_poules_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases/{phases}/poules | Retrieves a Compet resource.\n*PhaseApi* | [**get_phase_collection**](docs/PhaseApi.md#get_phase_collection) | **GET** /api/phases | Retrieves the collection of Phase resources.\n*PouleApi* | [**api_compets_phases_poules_classement_journees_get_subresource_compet_subresource**](docs/PouleApi.md#api_compets_phases_poules_classement_journees_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases/{phases}/poules/{poules}/classement_journees | Retrieves a Compet resource.\n*PouleApi* | [**api_compets_phases_poules_get_subresource_compet_subresource**](docs/PouleApi.md#api_compets_phases_poules_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases/{phases}/poules | Retrieves a Compet resource.\n*PouleApi* | [**api_compets_phases_poules_poule_journees_get_subresource_compet_subresource**](docs/PouleApi.md#api_compets_phases_poules_poule_journees_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases/{phases}/poules/{poules}/poule_journees | Retrieves a Compet resource.\n*PouleJourneeApi* | [**api_compets_phases_poules_poule_journees_get_subresource_compet_subresource**](docs/PouleJourneeApi.md#api_compets_phases_poules_poule_journees_get_subresource_compet_subresource) | **GET** /api/compets/{cpNo}/phases/{phases}/poules/{poules}/poule_journees | Retrieves a Compet resource.\n*TerrainApi* | [**get_terrain_item**](docs/TerrainApi.md#get_terrain_item) | **GET** /api/terrains/{teNo} | Retrieves a Terrain resource.\n\n## Documentation For Models\n\n - [AdresseClub](docs/AdresseClub.md)\n - [AdresseJsonldClub](docs/AdresseJsonldClub.md)\n - [AnyOfCalculBilanSaisonCalculBilanSaisonBestMatch](docs/AnyOfCalculBilanSaisonCalculBilanSaisonBestMatch.md)\n - [AnyOfCalculBilanSaisonCalculBilanSaisonEquipe](docs/AnyOfCalculBilanSaisonCalculBilanSaisonEquipe.md)\n - [AnyOfCalculBilanSaisonCalculBilanSaisonWorstMatch](docs/AnyOfCalculBilanSaisonCalculBilanSaisonWorstMatch.md)\n - [AnyOfCalculBilanSaisonJsonldCalculBilanSaisonBestMatch](docs/AnyOfCalculBilanSaisonJsonldCalculBilanSaisonBestMatch.md)\n - [AnyOfCalculBilanSaisonJsonldCalculBilanSaisonEquipe](docs/AnyOfCalculBilanSaisonJsonldCalculBilanSaisonEquipe.md)\n - [AnyOfCalculBilanSaisonJsonldCalculBilanSaisonWorstMatch](docs/AnyOfCalculBilanSaisonJsonldCalculBilanSaisonWorstMatch.md)\n - [AnyOfCalculMatchHistoCalculMatchHistoMatch2](docs/AnyOfCalculMatchHistoCalculMatchHistoMatch2.md)\n - [AnyOfCalculMatchHistoCalculMatchHistoMatch3](docs/AnyOfCalculMatchHistoCalculMatchHistoMatch3.md)\n - [AnyOfCalculMatchHistoCalculMatchHistoMatch4](docs/AnyOfCalculMatchHistoCalculMatchHistoMatch4.md)\n - [AnyOfCalculMatchHistoCalculMatchHistoMatch5](docs/AnyOfCalculMatchHistoCalculMatchHistoMatch5.md)\n - [AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch2](docs/AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch2.md)\n - [AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch3](docs/AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch3.md)\n - [AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch4](docs/AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch4.md)\n - [AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch5](docs/AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch5.md)\n - [AnyOfCalculSerieCoursCalculSerieCoursMatch1](docs/AnyOfCalculSerieCoursCalculSerieCoursMatch1.md)\n - [AnyOfCalculSerieCoursCalculSerieCoursMatch2](docs/AnyOfCalculSerieCoursCalculSerieCoursMatch2.md)\n - [AnyOfCalculSerieCoursCalculSerieCoursMatch3](docs/AnyOfCalculSerieCoursCalculSerieCoursMatch3.md)\n - [AnyOfCalculSerieCoursCalculSerieCoursMatch4](docs/AnyOfCalculSerieCoursCalculSerieCoursMatch4.md)\n - [AnyOfCalculSerieCoursCalculSerieCoursMatch5](docs/AnyOfCalculSerieCoursCalculSerieCoursMatch5.md)\n - [AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch1](docs/AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch1.md)\n - [AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch2](docs/AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch2.md)\n - [AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch3](docs/AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch3.md)\n - [AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch4](docs/AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch4.md)\n - [AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch5](docs/AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch5.md)\n - [AnyOfDossierDossierEquipe](docs/AnyOfDossierDossierEquipe.md)\n - [AnyOfDossierDossierMatchEntity](docs/AnyOfDossierDossierMatchEntity.md)\n - [AnyOfDossierJsonldDossierEquipe](docs/AnyOfDossierJsonldDossierEquipe.md)\n - [AnyOfDossierJsonldDossierMatchEntity](docs/AnyOfDossierJsonldDossierMatchEntity.md)\n - [AnyOfEquipeCalculBilanSaisonClub](docs/AnyOfEquipeCalculBilanSaisonClub.md)\n - [AnyOfEquipeClassementClub](docs/AnyOfEquipeClassementClub.md)\n - [AnyOfEquipeEngagementClub](docs/AnyOfEquipeEngagementClub.md)\n - [AnyOfEquipeEquipeClub](docs/AnyOfEquipeEquipeClub.md)\n - [AnyOfEquipeJsonldCalculBilanSaisonClub](docs/AnyOfEquipeJsonldCalculBilanSaisonClub.md)\n - [AnyOfEquipeJsonldClassementClub](docs/AnyOfEquipeJsonldClassementClub.md)\n - [AnyOfEquipeJsonldEngagementClub](docs/AnyOfEquipeJsonldEngagementClub.md)\n - [AnyOfEquipeJsonldEquipeClub](docs/AnyOfEquipeJsonldEquipeClub.md)\n - [AnyOfEquipeJsonldMatchClub](docs/AnyOfEquipeJsonldMatchClub.md)\n - [AnyOfEquipeJsonldMatchMembreClub](docs/AnyOfEquipeJsonldMatchMembreClub.md)\n - [AnyOfEquipeMatchClub](docs/AnyOfEquipeMatchClub.md)\n - [AnyOfEquipeMatchMembreClub](docs/AnyOfEquipeMatchMembreClub.md)\n - [AnyOfMatchEntityCalculBilanSaisonAway](docs/AnyOfMatchEntityCalculBilanSaisonAway.md)\n - [AnyOfMatchEntityCalculBilanSaisonCompetition](docs/AnyOfMatchEntityCalculBilanSaisonCompetition.md)\n - [AnyOfMatchEntityCalculBilanSaisonHome](docs/AnyOfMatchEntityCalculBilanSaisonHome.md)\n - [AnyOfMatchEntityCalculBilanSaisonPoule](docs/AnyOfMatchEntityCalculBilanSaisonPoule.md)\n - [AnyOfMatchEntityCalculBilanSaisonPouleJournee](docs/AnyOfMatchEntityCalculBilanSaisonPouleJournee.md)\n - [AnyOfMatchEntityCalculMatchHistoAway](docs/AnyOfMatchEntityCalculMatchHistoAway.md)\n - [AnyOfMatchEntityCalculMatchHistoCompetition](docs/AnyOfMatchEntityCalculMatchHistoCompetition.md)\n - [AnyOfMatchEntityCalculMatchHistoHome](docs/AnyOfMatchEntityCalculMatchHistoHome.md)\n - [AnyOfMatchEntityCalculSerieCoursAway](docs/AnyOfMatchEntityCalculSerieCoursAway.md)\n - [AnyOfMatchEntityCalculSerieCoursCompetition](docs/AnyOfMatchEntityCalculSerieCoursCompetition.md)\n - [AnyOfMatchEntityCalculSerieCoursHome](docs/AnyOfMatchEntityCalculSerieCoursHome.md)\n - [AnyOfMatchEntityCalculSerieCoursPoule](docs/AnyOfMatchEntityCalculSerieCoursPoule.md)\n - [AnyOfMatchEntityCalculSerieCoursPouleJournee](docs/AnyOfMatchEntityCalculSerieCoursPouleJournee.md)\n - [AnyOfMatchEntityDossierAway](docs/AnyOfMatchEntityDossierAway.md)\n - [AnyOfMatchEntityDossierCompetition](docs/AnyOfMatchEntityDossierCompetition.md)\n - [AnyOfMatchEntityDossierHome](docs/AnyOfMatchEntityDossierHome.md)\n - [AnyOfMatchEntityJsonldCalculBilanSaisonAway](docs/AnyOfMatchEntityJsonldCalculBilanSaisonAway.md)\n - [AnyOfMatchEntityJsonldCalculBilanSaisonCompetition](docs/AnyOfMatchEntityJsonldCalculBilanSaisonCompetition.md)\n - [AnyOfMatchEntityJsonldCalculBilanSaisonHome](docs/AnyOfMatchEntityJsonldCalculBilanSaisonHome.md)\n - [AnyOfMatchEntityJsonldCalculBilanSaisonPoule](docs/AnyOfMatchEntityJsonldCalculBilanSaisonPoule.md)\n - [AnyOfMatchEntityJsonldCalculBilanSaisonPouleJournee](docs/AnyOfMatchEntityJsonldCalculBilanSaisonPouleJournee.md)\n - [AnyOfMatchEntityJsonldCalculMatchHistoAway](docs/AnyOfMatchEntityJsonldCalculMatchHistoAway.md)\n - [AnyOfMatchEntityJsonldCalculMatchHistoCompetition](docs/AnyOfMatchEntityJsonldCalculMatchHistoCompetition.md)\n - [AnyOfMatchEntityJsonldCalculMatchHistoHome](docs/AnyOfMatchEntityJsonldCalculMatchHistoHome.md)\n - [AnyOfMatchEntityJsonldCalculSerieCoursAway](docs/AnyOfMatchEntityJsonldCalculSerieCoursAway.md)\n - [AnyOfMatchEntityJsonldCalculSerieCoursCompetition](docs/AnyOfMatchEntityJsonldCalculSerieCoursCompetition.md)\n - [AnyOfMatchEntityJsonldCalculSerieCoursHome](docs/AnyOfMatchEntityJsonldCalculSerieCoursHome.md)\n - [AnyOfMatchEntityJsonldCalculSerieCoursPoule](docs/AnyOfMatchEntityJsonldCalculSerieCoursPoule.md)\n - [AnyOfMatchEntityJsonldCalculSerieCoursPouleJournee](docs/AnyOfMatchEntityJsonldCalculSerieCoursPouleJournee.md)\n - [AnyOfMatchEntityJsonldDossierAway](docs/AnyOfMatchEntityJsonldDossierAway.md)\n - [AnyOfMatchEntityJsonldDossierCompetition](docs/AnyOfMatchEntityJsonldDossierCompetition.md)\n - [AnyOfMatchEntityJsonldDossierHome](docs/AnyOfMatchEntityJsonldDossierHome.md)\n - [AnyOfMatchEntityJsonldMatchAway](docs/AnyOfMatchEntityJsonldMatchAway.md)\n - [AnyOfMatchEntityJsonldMatchCompetition](docs/AnyOfMatchEntityJsonldMatchCompetition.md)\n - [AnyOfMatchEntityJsonldMatchHome](docs/AnyOfMatchEntityJsonldMatchHome.md)\n - [AnyOfMatchEntityJsonldMatchMembreAway](docs/AnyOfMatchEntityJsonldMatchMembreAway.md)\n - [AnyOfMatchEntityJsonldMatchMembreCompetition](docs/AnyOfMatchEntityJsonldMatchMembreCompetition.md)\n - [AnyOfMatchEntityJsonldMatchMembreHome](docs/AnyOfMatchEntityJsonldMatchMembreHome.md)\n - [AnyOfMatchEntityJsonldMatchMembrePhase](docs/AnyOfMatchEntityJsonldMatchMembrePhase.md)\n - [AnyOfMatchEntityJsonldMatchMembrePoule](docs/AnyOfMatchEntityJsonldMatchMembrePoule.md)\n - [AnyOfMatchEntityJsonldMatchMembrePouleJournee](docs/AnyOfMatchEntityJsonldMatchMembrePouleJournee.md)\n - [AnyOfMatchEntityJsonldMatchMembreTerrain](docs/AnyOfMatchEntityJsonldMatchMembreTerrain.md)\n - [AnyOfMatchEntityJsonldMatchPhase](docs/AnyOfMatchEntityJsonldMatchPhase.md)\n - [AnyOfMatchEntityJsonldMatchPoule](docs/AnyOfMatchEntityJsonldMatchPoule.md)\n - [AnyOfMatchEntityJsonldMatchPouleJournee](docs/AnyOfMatchEntityJsonldMatchPouleJournee.md)\n - [AnyOfMatchEntityJsonldMatchTerrain](docs/AnyOfMatchEntityJsonldMatchTerrain.md)\n - [AnyOfMatchEntityMatchAway](docs/AnyOfMatchEntityMatchAway.md)\n - [AnyOfMatchEntityMatchCompetition](docs/AnyOfMatchEntityMatchCompetition.md)\n - [AnyOfMatchEntityMatchHome](docs/AnyOfMatchEntityMatchHome.md)\n - [AnyOfMatchEntityMatchMembreAway](docs/AnyOfMatchEntityMatchMembreAway.md)\n - [AnyOfMatchEntityMatchMembreCompetition](docs/AnyOfMatchEntityMatchMembreCompetition.md)\n - [AnyOfMatchEntityMatchMembreHome](docs/AnyOfMatchEntityMatchMembreHome.md)\n - [AnyOfMatchEntityMatchMembrePhase](docs/AnyOfMatchEntityMatchMembrePhase.md)\n - [AnyOfMatchEntityMatchMembrePoule](docs/AnyOfMatchEntityMatchMembrePoule.md)\n - [AnyOfMatchEntityMatchMembrePouleJournee](docs/AnyOfMatchEntityMatchMembrePouleJournee.md)\n - [AnyOfMatchEntityMatchMembreTerrain](docs/AnyOfMatchEntityMatchMembreTerrain.md)\n - [AnyOfMatchEntityMatchPhase](docs/AnyOfMatchEntityMatchPhase.md)\n - [AnyOfMatchEntityMatchPoule](docs/AnyOfMatchEntityMatchPoule.md)\n - [AnyOfMatchEntityMatchPouleJournee](docs/AnyOfMatchEntityMatchPouleJournee.md)\n - [AnyOfMatchEntityMatchTerrain](docs/AnyOfMatchEntityMatchTerrain.md)\n - [AnyOfMatchFeuilleEvenementJsonldMatchFeuilleL1LiNo](docs/AnyOfMatchFeuilleEvenementJsonldMatchFeuilleL1LiNo.md)\n - [AnyOfMatchFeuilleEvenementJsonldMatchFeuilleL2LiNo](docs/AnyOfMatchFeuilleEvenementJsonldMatchFeuilleL2LiNo.md)\n - [AnyOfMatchFeuilleEvenementMatchFeuilleL1LiNo](docs/AnyOfMatchFeuilleEvenementMatchFeuilleL1LiNo.md)\n - [AnyOfMatchFeuilleEvenementMatchFeuilleL2LiNo](docs/AnyOfMatchFeuilleEvenementMatchFeuilleL2LiNo.md)\n - [AnyOfMatchMembreJsonldMatchMembreMatchEntity](docs/AnyOfMatchMembreJsonldMatchMembreMatchEntity.md)\n - [AnyOfMatchMembreMatchMembreMatchEntity](docs/AnyOfMatchMembreMatchMembreMatchEntity.md)\n - [ArbitreArbitre](docs/ArbitreArbitre.md)\n - [ArbitreJsonldArbitre](docs/ArbitreJsonldArbitre.md)\n - [ArbitreJsonldOfficielCategorieArbitre](docs/ArbitreJsonldOfficielCategorieArbitre.md)\n - [ArbitreOfficielCategorieArbitre](docs/ArbitreOfficielCategorieArbitre.md)\n - [ArbitreOfficielCategorieJsonldArbitre](docs/ArbitreOfficielCategorieJsonldArbitre.md)\n - [ArbitreOfficielCategorieJsonldOfficielCategorieArbitre](docs/ArbitreOfficielCategorieJsonldOfficielCategorieArbitre.md)\n - [ArbitreOfficielCategorieOfficielCategorieArbitre](docs/ArbitreOfficielCategorieOfficielCategorieArbitre.md)\n - [CalculBilanSaisonCalculBilanSaison](docs/CalculBilanSaisonCalculBilanSaison.md)\n - [CalculBilanSaisonJsonldCalculBilanSaison](docs/CalculBilanSaisonJsonldCalculBilanSaison.md)\n - [CalculClassement](docs/CalculClassement.md)\n - [CalculClassementJsonld](docs/CalculClassementJsonld.md)\n - [CalculMatchHistoCalculMatchHisto](docs/CalculMatchHistoCalculMatchHisto.md)\n - [CalculMatchHistoJsonldCalculMatchHisto](docs/CalculMatchHistoJsonldCalculMatchHisto.md)\n - [CalculSerieCoursCalculSerieCours](docs/CalculSerieCoursCalculSerieCours.md)\n - [CalculSerieCoursJsonldCalculSerieCours](docs/CalculSerieCoursJsonldCalculSerieCours.md)\n - [CdgArbitre](docs/CdgArbitre.md)\n - [CdgCdg](docs/CdgCdg.md)\n - [CdgClassement](docs/CdgClassement.md)\n - [CdgClub](docs/CdgClub.md)\n - [CdgCompet](docs/CdgCompet.md)\n - [CdgDossier](docs/CdgDossier.md)\n - [CdgEngagement](docs/CdgEngagement.md)\n - [CdgEquipe](docs/CdgEquipe.md)\n - [CdgJsonldArbitre](docs/CdgJsonldArbitre.md)\n - [CdgJsonldCdg](docs/CdgJsonldCdg.md)\n - [CdgJsonldClassement](docs/CdgJsonldClassement.md)\n - [CdgJsonldClub](docs/CdgJsonldClub.md)\n - [CdgJsonldCompet](docs/CdgJsonldCompet.md)\n - [CdgJsonldDossier](docs/CdgJsonldDossier.md)\n - [CdgJsonldEngagement](docs/CdgJsonldEngagement.md)\n - [CdgJsonldEquipe](docs/CdgJsonldEquipe.md)\n - [CdgJsonldMatch](docs/CdgJsonldMatch.md)\n - [CdgJsonldMatchMembre](docs/CdgJsonldMatchMembre.md)\n - [CdgJsonldPoule](docs/CdgJsonldPoule.md)\n - [CdgMatch](docs/CdgMatch.md)\n - [CdgMatchMembre](docs/CdgMatchMembre.md)\n - [CdgPoule](docs/CdgPoule.md)\n - [ClassementJournee](docs/ClassementJournee.md)\n - [ClassementJourneeClassement](docs/ClassementJourneeClassement.md)\n - [ClassementJourneeJsonld](docs/ClassementJourneeJsonld.md)\n - [ClassementJourneeJsonldClassement](docs/ClassementJourneeJsonldClassement.md)\n - [ClubCalculBilanSaison](docs/ClubCalculBilanSaison.md)\n - [ClubClassement](docs/ClubClassement.md)\n - [ClubClub](docs/ClubClub.md)\n - [ClubEngagement](docs/ClubEngagement.md)\n - [ClubEquipe](docs/ClubEquipe.md)\n - [ClubJsonldCalculBilanSaison](docs/ClubJsonldCalculBilanSaison.md)\n - [ClubJsonldClassement](docs/ClubJsonldClassement.md)\n - [ClubJsonldClub](docs/ClubJsonldClub.md)\n - [ClubJsonldEngagement](docs/ClubJsonldEngagement.md)\n - [ClubJsonldEquipe](docs/ClubJsonldEquipe.md)\n - [ClubJsonldMatch](docs/ClubJsonldMatch.md)\n - [ClubJsonldMatchMembre](docs/ClubJsonldMatchMembre.md)\n - [ClubMatch](docs/ClubMatch.md)\n - [ClubMatchMembre](docs/ClubMatchMembre.md)\n - [ClubTitreClub](docs/ClubTitreClub.md)\n - [ClubTitreJsonldClub](docs/ClubTitreJsonldClub.md)\n - [CompetCalculBilanSaison](docs/CompetCalculBilanSaison.md)\n - [CompetCalculMatchHisto](docs/CompetCalculMatchHisto.md)\n - [CompetCalculSerieCours](docs/CompetCalculSerieCours.md)\n - [CompetCompet](docs/CompetCompet.md)\n - [CompetDossier](docs/CompetDossier.md)\n - [CompetEngagement](docs/CompetEngagement.md)\n - [CompetEquipe](docs/CompetEquipe.md)\n - [CompetJsonldCalculBilanSaison](docs/CompetJsonldCalculBilanSaison.md)\n - [CompetJsonldCalculMatchHisto](docs/CompetJsonldCalculMatchHisto.md)\n - [CompetJsonldCalculSerieCours](docs/CompetJsonldCalculSerieCours.md)\n - [CompetJsonldCompet](docs/CompetJsonldCompet.md)\n - [CompetJsonldDossier](docs/CompetJsonldDossier.md)\n - [CompetJsonldEngagement](docs/CompetJsonldEngagement.md)\n - [CompetJsonldEquipe](docs/CompetJsonldEquipe.md)\n - [CompetJsonldMatch](docs/CompetJsonldMatch.md)\n - [CompetJsonldMatchMembre](docs/CompetJsonldMatchMembre.md)\n - [CompetJsonldPhase](docs/CompetJsonldPhase.md)\n - [CompetJsonldPoule](docs/CompetJsonldPoule.md)\n - [CompetJsonldPouleJournee](docs/CompetJsonldPouleJournee.md)\n - [CompetMatch](docs/CompetMatch.md)\n - [CompetMatchMembre](docs/CompetMatchMembre.md)\n - [CompetPhase](docs/CompetPhase.md)\n - [CompetPoule](docs/CompetPoule.md)\n - [CompetPouleJournee](docs/CompetPouleJournee.md)\n - [ContactClub](docs/ContactClub.md)\n - [ContactJsonldClub](docs/ContactJsonldClub.md)\n - [DossierDecisionDossier](docs/DossierDecisionDossier.md)\n - [DossierDecisionJsonldDossier](docs/DossierDecisionJsonldDossier.md)\n - [DossierDossier](docs/DossierDossier.md)\n - [DossierJsonldDossier](docs/DossierJsonldDossier.md)\n - [Engagement](docs/Engagement.md)\n - [EngagementEngagement](docs/EngagementEngagement.md)\n - [EngagementEquipe](docs/EngagementEquipe.md)\n - [EngagementJsonld](docs/EngagementJsonld.md)\n - [EngagementJsonldEngagement](docs/EngagementJsonldEngagement.md)\n - [EngagementJsonldEquipe](docs/EngagementJsonldEquipe.md)\n - [EngagementJsonldMatch](docs/EngagementJsonldMatch.md)\n - [EngagementMatch](docs/EngagementMatch.md)\n - [EquipeCalculBilanSaison](docs/EquipeCalculBilanSaison.md)\n - [EquipeCalculMatchHisto](docs/EquipeCalculMatchHisto.md)\n - [EquipeCalculSerieCours](docs/EquipeCalculSerieCours.md)\n - [EquipeClassement](docs/EquipeClassement.md)\n - [EquipeDossier](docs/EquipeDossier.md)\n - [EquipeEngagement](docs/EquipeEngagement.md)\n - [EquipeEquipe](docs/EquipeEquipe.md)\n - [EquipeJsonldCalculBilanSaison](docs/EquipeJsonldCalculBilanSaison.md)\n - [EquipeJsonldCalculMatchHisto](docs/EquipeJsonldCalculMatchHisto.md)\n - [EquipeJsonldCalculSerieCours](docs/EquipeJsonldCalculSerieCours.md)\n - [EquipeJsonldClassement](docs/EquipeJsonldClassement.md)\n - [EquipeJsonldDossier](docs/EquipeJsonldDossier.md)\n - [EquipeJsonldEngagement](docs/EquipeJsonldEngagement.md)\n - [EquipeJsonldEquipe](docs/EquipeJsonldEquipe.md)\n - [EquipeJsonldMatch](docs/EquipeJsonldMatch.md)\n - [EquipeJsonldMatchMembre](docs/EquipeJsonldMatchMembre.md)\n - [EquipeMatch](docs/EquipeMatch.md)\n - [EquipeMatchMembre](docs/EquipeMatchMembre.md)\n - [IndividuClub](docs/IndividuClub.md)\n - [IndividuIndividu](docs/IndividuIndividu.md)\n - [IndividuJsonldClub](docs/IndividuJsonldClub.md)\n - [IndividuJsonldIndividu](docs/IndividuJsonldIndividu.md)\n - [IndividuJsonldOfficielCategorieArbitre](docs/IndividuJsonldOfficielCategorieArbitre.md)\n - [IndividuOfficielCategorieArbitre](docs/IndividuOfficielCategorieArbitre.md)\n - [InlineResponse200](docs/InlineResponse200.md)\n - [InlineResponse2001](docs/InlineResponse2001.md)\n - [InlineResponse20010](docs/InlineResponse20010.md)\n - [InlineResponse20011](docs/InlineResponse20011.md)\n - [InlineResponse20012](docs/InlineResponse20012.md)\n - [InlineResponse20013](docs/InlineResponse20013.md)\n - [InlineResponse20014](docs/InlineResponse20014.md)\n - [InlineResponse20015](docs/InlineResponse20015.md)\n - [InlineResponse20016](docs/InlineResponse20016.md)\n - [InlineResponse20017](docs/InlineResponse20017.md)\n - [InlineResponse20018](docs/InlineResponse20018.md)\n - [InlineResponse2002](docs/InlineResponse2002.md)\n - [InlineResponse2003](docs/InlineResponse2003.md)\n - [InlineResponse2004](docs/InlineResponse2004.md)\n - [InlineResponse2005](docs/InlineResponse2005.md)\n - [InlineResponse2006](docs/InlineResponse2006.md)\n - [InlineResponse2007](docs/InlineResponse2007.md)\n - [InlineResponse2008](docs/InlineResponse2008.md)\n - [InlineResponse2009](docs/InlineResponse2009.md)\n - [InlineResponse200Hydrasearch](docs/InlineResponse200Hydrasearch.md)\n - [InlineResponse200HydrasearchHydramapping](docs/InlineResponse200HydrasearchHydramapping.md)\n - [InlineResponse200Hydraview](docs/InlineResponse200Hydraview.md)\n - [MatchEntity](docs/MatchEntity.md)\n - [MatchEntityCalculBilanSaison](docs/MatchEntityCalculBilanSaison.md)\n - [MatchEntityCalculMatchHisto](docs/MatchEntityCalculMatchHisto.md)\n - [MatchEntityCalculSerieCours](docs/MatchEntityCalculSerieCours.md)\n - [MatchEntityDossier](docs/MatchEntityDossier.md)\n - [MatchEntityJsonld](docs/MatchEntityJsonld.md)\n - [MatchEntityJsonldCalculBilanSaison](docs/MatchEntityJsonldCalculBilanSaison.md)\n - [MatchEntityJsonldCalculMatchHisto](docs/MatchEntityJsonldCalculMatchHisto.md)\n - [MatchEntityJsonldCalculSerieCours](docs/MatchEntityJsonldCalculSerieCours.md)\n - [MatchEntityJsonldDossier](docs/MatchEntityJsonldDossier.md)\n - [MatchEntityJsonldMatch](docs/MatchEntityJsonldMatch.md)\n - [MatchEntityJsonldMatchMembre](docs/MatchEntityJsonldMatchMembre.md)\n - [MatchEntityMatch](docs/MatchEntityMatch.md)\n - [MatchEntityMatchMembre](docs/MatchEntityMatchMembre.md)\n - [MatchFeuilleCompoJsonldMatchFeuille](docs/MatchFeuilleCompoJsonldMatchFeuille.md)\n - [MatchFeuilleCompoMatchFeuille](docs/MatchFeuilleCompoMatchFeuille.md)\n - [MatchFeuilleEvenementJsonldMatchFeuille](docs/MatchFeuilleEvenementJsonldMatchFeuille.md)\n - [MatchFeuilleEvenementMatchFeuille](docs/MatchFeuilleEvenementMatchFeuille.md)\n - [MatchFeuilleJsonldMatchFeuille](docs/MatchFeuilleJsonldMatchFeuille.md)\n - [MatchFeuilleMatchFeuille](docs/MatchFeuilleMatchFeuille.md)\n - [MatchFeuilleMembreJsonldMatchFeuille](docs/MatchFeuilleMembreJsonldMatchFeuille.md)\n - [MatchFeuilleMembreMatchFeuille](docs/MatchFeuilleMembreMatchFeuille.md)\n - [MatchFeuilleReserveJsonldMatchFeuille](docs/MatchFeuilleReserveJsonldMatchFeuille.md)\n - [MatchFeuilleReserveMatchFeuille](docs/MatchFeuilleReserveMatchFeuille.md)\n - [MatchMembreJsonldMatch](docs/MatchMembreJsonldMatch.md)\n - [MatchMembreJsonldMatchMembre](docs/MatchMembreJsonldMatchMembre.md)\n - [MatchMembreMatch](docs/MatchMembreMatch.md)\n - [MatchMembreMatchMembre](docs/MatchMembreMatchMembre.md)\n - [OfficielCategorieArbitre](docs/OfficielCategorieArbitre.md)\n - [OfficielCategorieJsonldArbitre](docs/OfficielCategorieJsonldArbitre.md)\n - [OfficielCategorieJsonldOfficielCategorie](docs/OfficielCategorieJsonldOfficielCategorie.md)\n - [OfficielCategorieOfficielCategorie](docs/OfficielCategorieOfficielCategorie.md)\n - [OneOfAdresseJsonldClubContext](docs/OneOfAdresseJsonldClubContext.md)\n - [OneOfArbitreJsonldArbitreContext](docs/OneOfArbitreJsonldArbitreContext.md)\n - [OneOfArbitreJsonldOfficielCategorieArbitreContext](docs/OneOfArbitreJsonldOfficielCategorieArbitreContext.md)\n - [OneOfArbitreOfficielCategorieJsonldArbitreContext](docs/OneOfArbitreOfficielCategorieJsonldArbitreContext.md)\n - [OneOfArbitreOfficielCategorieJsonldOfficielCategorieArbitreContext](docs/OneOfArbitreOfficielCategorieJsonldOfficielCategorieArbitreContext.md)\n - [OneOfCalculBilanSaisonJsonldCalculBilanSaisonContext](docs/OneOfCalculBilanSaisonJsonldCalculBilanSaisonContext.md)\n - [OneOfCalculClassementJsonldContext](docs/OneOfCalculClassementJsonldContext.md)\n - [OneOfCalculMatchHistoJsonldCalculMatchHistoContext](docs/OneOfCalculMatchHistoJsonldCalculMatchHistoContext.md)\n - [OneOfCalculSerieCoursJsonldCalculSerieCoursContext](docs/OneOfCalculSerieCoursJsonldCalculSerieCoursContext.md)\n - [OneOfCdgJsonldArbitreContext](docs/OneOfCdgJsonldArbitreContext.md)\n - [OneOfCdgJsonldCdgContext](docs/OneOfCdgJsonldCdgContext.md)\n - [OneOfCdgJsonldClassementContext](docs/OneOfCdgJsonldClassementContext.md)\n - [OneOfCdgJsonldClubContext](docs/OneOfCdgJsonldClubContext.md)\n - [OneOfCdgJsonldCompetContext](docs/OneOfCdgJsonldCompetContext.md)\n - [OneOfCdgJsonldDossierContext](docs/OneOfCdgJsonldDossierContext.md)\n - [OneOfCdgJsonldEngagementContext](docs/OneOfCdgJsonldEngagementContext.md)\n - [OneOfCdgJsonldEquipeContext](docs/OneOfCdgJsonldEquipeContext.md)\n - [OneOfCdgJsonldMatchContext](docs/OneOfCdgJsonldMatchContext.md)\n - [OneOfCdgJsonldMatchMembreContext](docs/OneOfCdgJsonldMatchMembreContext.md)\n - [OneOfCdgJsonldPouleContext](docs/OneOfCdgJsonldPouleContext.md)\n - [OneOfClassementJourneeJsonldContext](docs/OneOfClassementJourneeJsonldContext.md)\n - [OneOfClubJsonldCalculBilanSaisonContext](docs/OneOfClubJsonldCalculBilanSaisonContext.md)\n - [OneOfClubJsonldClassementContext](docs/OneOfClubJsonldClassementContext.md)\n - [OneOfClubJsonldClubContext](docs/OneOfClubJsonldClubContext.md)\n - [OneOfClubJsonldEngagementContext](docs/OneOfClubJsonldEngagementContext.md)\n - [OneOfClubJsonldEquipeContext](docs/OneOfClubJsonldEquipeContext.md)\n - [OneOfClubJsonldMatchContext](docs/OneOfClubJsonldMatchContext.md)\n - [OneOfClubJsonldMatchMembreContext](docs/OneOfClubJsonldMatchMembreContext.md)\n - [OneOfClubTitreJsonldClubContext](docs/OneOfClubTitreJsonldClubContext.md)\n - [OneOfCompetJsonldCalculBilanSaisonContext](docs/OneOfCompetJsonldCalculBilanSaisonContext.md)\n - [OneOfCompetJsonldCalculMatchHistoContext](docs/OneOfCompetJsonldCalculMatchHistoContext.md)\n - [OneOfCompetJsonldCalculSerieCoursContext](docs/OneOfCompetJsonldCalculSerieCoursContext.md)\n - [OneOfCompetJsonldCompetContext](docs/OneOfCompetJsonldCompetContext.md)\n - [OneOfCompetJsonldDossierContext](docs/OneOfCompetJsonldDossierContext.md)\n - [OneOfCompetJsonldEngagementContext](docs/OneOfCompetJsonldEngagementContext.md)\n - [OneOfCompetJsonldEquipeContext](docs/OneOfCompetJsonldEquipeContext.md)\n - [OneOfCompetJsonldMatchContext](docs/OneOfCompetJsonldMatchContext.md)\n - [OneOfCompetJsonldMatchMembreContext](docs/OneOfCompetJsonldMatchMembreContext.md)\n - [OneOfCompetJsonldPhaseContext](docs/OneOfCompetJsonldPhaseContext.md)\n - [OneOfCompetJsonldPouleContext](docs/OneOfCompetJsonldPouleContext.md)\n - [OneOfCompetJsonldPouleJourneeContext](docs/OneOfCompetJsonldPouleJourneeContext.md)\n - [OneOfContactJsonldClubContext](docs/OneOfContactJsonldClubContext.md)\n - [OneOfDossierDecisionJsonldDossierContext](docs/OneOfDossierDecisionJsonldDossierContext.md)\n - [OneOfDossierJsonldDossierContext](docs/OneOfDossierJsonldDossierContext.md)\n - [OneOfEngagementJsonldEngagementContext](docs/OneOfEngagementJsonldEngagementContext.md)\n - [OneOfEngagementJsonldEquipeContext](docs/OneOfEngagementJsonldEquipeContext.md)\n - [OneOfEngagementJsonldMatchContext](docs/OneOfEngagementJsonldMatchContext.md)\n - [OneOfEquipeJsonldCalculBilanSaisonContext](docs/OneOfEquipeJsonldCalculBilanSaisonContext.md)\n - [OneOfEquipeJsonldCalculMatchHistoContext](docs/OneOfEquipeJsonldCalculMatchHistoContext.md)\n - [OneOfEquipeJsonldCalculSerieCoursContext](docs/OneOfEquipeJsonldCalculSerieCoursContext.md)\n - [OneOfEquipeJsonldClassementContext](docs/OneOfEquipeJsonldClassementContext.md)\n - [OneOfEquipeJsonldDossierContext](docs/OneOfEquipeJsonldDossierContext.md)\n - [OneOfEquipeJsonldEngagementContext](docs/OneOfEquipeJsonldEngagementContext.md)\n - [OneOfEquipeJsonldEquipeContext](docs/OneOfEquipeJsonldEquipeContext.md)\n - [OneOfEquipeJsonldMatchContext](docs/OneOfEquipeJsonldMatchContext.md)\n - [OneOfEquipeJsonldMatchMembreContext](docs/OneOfEquipeJsonldMatchMembreContext.md)\n - [OneOfIndividuJsonldClubContext](docs/OneOfIndividuJsonldClubContext.md)\n - [OneOfIndividuJsonldIndividuContext](docs/OneOfIndividuJsonldIndividuContext.md)\n - [OneOfIndividuJsonldOfficielCategorieArbitreContext](docs/OneOfIndividuJsonldOfficielCategorieArbitreContext.md)\n - [OneOfMatchEntityJsonldCalculBilanSaisonContext](docs/OneOfMatchEntityJsonldCalculBilanSaisonContext.md)\n - [OneOfMatchEntityJsonldCalculMatchHistoContext](docs/OneOfMatchEntityJsonldCalculMatchHistoContext.md)\n - [OneOfMatchEntityJsonldCalculSerieCoursContext](docs/OneOfMatchEntityJsonldCalculSerieCoursContext.md)\n - [OneOfMatchEntityJsonldDossierContext](docs/OneOfMatchEntityJsonldDossierContext.md)\n - [OneOfMatchEntityJsonldMatchContext](docs/OneOfMatchEntityJsonldMatchContext.md)\n - [OneOfMatchEntityJsonldMatchMembreContext](docs/OneOfMatchEntityJsonldMatchMembreContext.md)\n - [OneOfMatchFeuilleCompoJsonldMatchFeuilleContext](docs/OneOfMatchFeuilleCompoJsonldMatchFeuilleContext.md)\n - [OneOfMatchFeuilleEvenementJsonldMatchFeuilleContext](docs/OneOfMatchFeuilleEvenementJsonldMatchFeuilleContext.md)\n - [OneOfMatchFeuilleJsonldMatchFeuilleContext](docs/OneOfMatchFeuilleJsonldMatchFeuilleContext.md)\n - [OneOfMatchFeuilleMembreJsonldMatchFeuilleContext](docs/OneOfMatchFeuilleMembreJsonldMatchFeuilleContext.md)\n - [OneOfMatchFeuilleReserveJsonldMatchFeuilleContext](docs/OneOfMatchFeuilleReserveJsonldMatchFeuilleContext.md)\n - [OneOfMatchMembreJsonldMatchContext](docs/OneOfMatchMembreJsonldMatchContext.md)\n - [OneOfMatchMembreJsonldMatchMembreContext](docs/OneOfMatchMembreJsonldMatchMembreContext.md)\n - [OneOfOfficielCategorieJsonldArbitreContext](docs/OneOfOfficielCategorieJsonldArbitreContext.md)\n - [OneOfOfficielCategorieJsonldOfficielCategorieContext](docs/OneOfOfficielCategorieJsonldOfficielCategorieContext.md)\n - [OneOfPhaseJsonldCompetContext](docs/OneOfPhaseJsonldCompetContext.md)\n - [OneOfPhaseJsonldEngagementContext](docs/OneOfPhaseJsonldEngagementContext.md)\n - [OneOfPhaseJsonldEquipeContext](docs/OneOfPhaseJsonldEquipeContext.md)\n - [OneOfPhaseJsonldMatchContext](docs/OneOfPhaseJsonldMatchContext.md)\n - [OneOfPhaseJsonldMatchMembreContext](docs/OneOfPhaseJsonldMatchMembreContext.md)\n - [OneOfPhaseJsonldPhaseContext](docs/OneOfPhaseJsonldPhaseContext.md)\n - [OneOfPhaseJsonldPouleContext](docs/OneOfPhaseJsonldPouleContext.md)\n - [OneOfPhaseJsonldPouleJourneeContext](docs/OneOfPhaseJsonldPouleJourneeContext.md)\n - [OneOfPouleJourneeJsonldCalculBilanSaisonContext](docs/OneOfPouleJourneeJsonldCalculBilanSaisonContext.md)\n - [OneOfPouleJourneeJsonldCalculSerieCoursContext](docs/OneOfPouleJourneeJsonldCalculSerieCoursContext.md)\n - [OneOfPouleJourneeJsonldMatchContext](docs/OneOfPouleJourneeJsonldMatchContext.md)\n - [OneOfPouleJourneeJsonldMatchMembreContext](docs/OneOfPouleJourneeJsonldMatchMembreContext.md)\n - [OneOfPouleJourneeJsonldPouleContext](docs/OneOfPouleJourneeJsonldPouleContext.md)\n - [OneOfPouleJourneeJsonldPouleJourneeContext](docs/OneOfPouleJourneeJsonldPouleJourneeContext.md)\n - [OneOfPouleJsonldCalculBilanSaisonContext](docs/OneOfPouleJsonldCalculBilanSaisonContext.md)\n - [OneOfPouleJsonldCalculSerieCoursContext](docs/OneOfPouleJsonldCalculSerieCoursContext.md)\n - [OneOfPouleJsonldClassementContext](docs/OneOfPouleJsonldClassementContext.md)\n - [OneOfPouleJsonldCompetContext](docs/OneOfPouleJsonldCompetContext.md)\n - [OneOfPouleJsonldEngagementContext](docs/OneOfPouleJsonldEngagementContext.md)\n - [OneOfPouleJsonldEquipeContext](docs/OneOfPouleJsonldEquipeContext.md)\n - [OneOfPouleJsonldMatchContext](docs/OneOfPouleJsonldMatchContext.md)\n - [OneOfPouleJsonldMatchMembreContext](docs/OneOfPouleJsonldMatchMembreContext.md)\n - [OneOfPouleJsonldPhaseContext](docs/OneOfPouleJsonldPhaseContext.md)\n - [OneOfPouleJsonldPouleContext](docs/OneOfPouleJsonldPouleContext.md)\n - [OneOfPouleJsonldPouleJourneeContext](docs/OneOfPouleJsonldPouleJourneeContext.md)\n - [OneOfTerrainJsonldClubContext](docs/OneOfTerrainJsonldClubContext.md)\n - [OneOfTerrainJsonldMatchContext](docs/OneOfTerrainJsonldMatchContext.md)\n - [OneOfTerrainJsonldMatchMembreContext](docs/OneOfTerrainJsonldMatchMembreContext.md)\n - [OneOfTerrainJsonldTerrainContext](docs/OneOfTerrainJsonldTerrainContext.md)\n - [PhaseCompet](docs/PhaseCompet.md)\n - [PhaseEngagement](docs/PhaseEngagement.md)\n - [PhaseEquipe](docs/PhaseEquipe.md)\n - [PhaseJsonldCompet](docs/PhaseJsonldCompet.md)\n - [PhaseJsonldEngagement](docs/PhaseJsonldEngagement.md)\n - [PhaseJsonldEquipe](docs/PhaseJsonldEquipe.md)\n - [PhaseJsonldMatch](docs/PhaseJsonldMatch.md)\n - [PhaseJsonldMatchMembre](docs/PhaseJsonldMatchMembre.md)\n - [PhaseJsonldPhase](docs/PhaseJsonldPhase.md)\n - [PhaseJsonldPoule](docs/PhaseJsonldPoule.md)\n - [PhaseJsonldPouleJournee](docs/PhaseJsonldPouleJournee.md)\n - [PhaseMatch](docs/PhaseMatch.md)\n - [PhaseMatchMembre](docs/PhaseMatchMembre.md)\n - [PhasePhase](docs/PhasePhase.md)\n - [PhasePoule](docs/PhasePoule.md)\n - [PhasePouleJournee](docs/PhasePouleJournee.md)\n - [Poule](docs/Poule.md)\n - [PouleCalculBilanSaison](docs/PouleCalculBilanSaison.md)\n - [PouleCalculSerieCours](docs/PouleCalculSerieCours.md)\n - [PouleClassement](docs/PouleClassement.md)\n - [PouleCompet](docs/PouleCompet.md)\n - [PouleEngagement](docs/PouleEngagement.md)\n - [PouleEquipe](docs/PouleEquipe.md)\n - [PouleJournee](docs/PouleJournee.md)\n - [PouleJourneeCalculBilanSaison](docs/PouleJourneeCalculBilanSaison.md)\n - [PouleJourneeCalculSerieCours](docs/PouleJourneeCalculSerieCours.md)\n - [PouleJourneeJsonld](docs/PouleJourneeJsonld.md)\n - [PouleJourneeJsonldCalculBilanSaison](docs/PouleJourneeJsonldCalculBilanSaison.md)\n - [PouleJourneeJsonldCalculSerieCours](docs/PouleJourneeJsonldCalculSerieCours.md)\n - [PouleJourneeJsonldMatch](docs/PouleJourneeJsonldMatch.md)\n - [PouleJourneeJsonldMatchMembre](docs/PouleJourneeJsonldMatchMembre.md)\n - [PouleJourneeJsonldPoule](docs/PouleJourneeJsonldPoule.md)\n - [PouleJourneeJsonldPouleJournee](docs/PouleJourneeJsonldPouleJournee.md)\n - [PouleJourneeMatch](docs/PouleJourneeMatch.md)\n - [PouleJourneeMatchMembre](docs/PouleJourneeMatchMembre.md)\n - [PouleJourneePoule](docs/PouleJourneePoule.md)\n - [PouleJourneePouleJournee](docs/PouleJourneePouleJournee.md)\n - [PouleJsonld](docs/PouleJsonld.md)\n - [PouleJsonldCalculBilanSaison](docs/PouleJsonldCalculBilanSaison.md)\n - [PouleJsonldCalculSerieCours](docs/PouleJsonldCalculSerieCours.md)\n - [PouleJsonldClassement](docs/PouleJsonldClassement.md)\n - [PouleJsonldCompet](docs/PouleJsonldCompet.md)\n - [PouleJsonldEngagement](docs/PouleJsonldEngagement.md)\n - [PouleJsonldEquipe](docs/PouleJsonldEquipe.md)\n - [PouleJsonldMatch](docs/PouleJsonldMatch.md)\n - [PouleJsonldMatchMembre](docs/PouleJsonldMatchMembre.md)\n - [PouleJsonldPhase](docs/PouleJsonldPhase.md)\n - [PouleJsonldPoule](docs/PouleJsonldPoule.md)\n - [PouleJsonldPouleJournee](docs/PouleJsonldPouleJournee.md)\n - [PouleMatch](docs/PouleMatch.md)\n - [PouleMatchMembre](docs/PouleMatchMembre.md)\n - [PoulePhase](docs/PoulePhase.md)\n - [PoulePoule](docs/PoulePoule.md)\n - [PoulePouleJournee](docs/PoulePouleJournee.md)\n - [TerrainClub](docs/TerrainClub.md)\n - [TerrainJsonldClub](docs/TerrainJsonldClub.md)\n - [TerrainJsonldMatch](docs/TerrainJsonldMatch.md)\n - [TerrainJsonldMatchMembre](docs/TerrainJsonldMatchMembre.md)\n - [TerrainJsonldTerrain](docs/TerrainJsonldTerrain.md)\n - [TerrainMatch](docs/TerrainMatch.md)\n - [TerrainMatchMembre](docs/TerrainMatchMembre.md)\n - [TerrainTerrain](docs/TerrainTerrain.md)\n\n## Documentation For Authorization\n\n All endpoints do not require authorization.\n\n\n## Author\n\n\n",
    "bugtrack_url": null,
    "license": "LGPLv3+",
    "summary": "An api client for the 'F\u00e9d\u00e9ration Francaise de Football'.",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://gitlab.com/awesome-project-tf/footballstat/api-fff"
    },
    "split_keywords": [
        "football",
        "soccer",
        "api",
        "fff"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6b261d061b9f5c01fbdb0e26c65e5ee7ef91bcb409beebc2a602c0f3b1dab97",
                "md5": "ba63c5529aec7127e55dfb0ade7da40b",
                "sha256": "38a9af513c0e87c3efcae8d36b8967df14cb206c943c1010fcb07b0e26f232d6"
            },
            "downloads": -1,
            "filename": "api_fff-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ba63c5529aec7127e55dfb0ade7da40b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 1030879,
            "upload_time": "2024-02-03T22:37:36",
            "upload_time_iso_8601": "2024-02-03T22:37:36.787537Z",
            "url": "https://files.pythonhosted.org/packages/c6/b2/61d061b9f5c01fbdb0e26c65e5ee7ef91bcb409beebc2a602c0f3b1dab97/api_fff-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce8abca4275315802b6dfeec39bdd591bbcfdc16df6503216fed9e24eb5a42b4",
                "md5": "931163f1a21aef32cbc86d7a52d3deec",
                "sha256": "f0e674448d39fed068414610fa0d3de7bccfd6c16227e4070df553481f054051"
            },
            "downloads": -1,
            "filename": "api_fff-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "931163f1a21aef32cbc86d7a52d3deec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 208487,
            "upload_time": "2024-02-03T22:37:39",
            "upload_time_iso_8601": "2024-02-03T22:37:39.181574Z",
            "url": "https://files.pythonhosted.org/packages/ce/8a/bca4275315802b6dfeec39bdd591bbcfdc16df6503216fed9e24eb5a42b4/api_fff-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-03 22:37:39",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "awesome-project-tf",
    "gitlab_project": "footballstat",
    "lcname": "api-fff"
}
        
Elapsed time: 0.17814s