An api client for the 'Fédération Francaise de Football'.
Project description
swagger-client
Authentication
This Python package is automatically generated by the 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
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:
import apifff
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import apifff
Getting Started
Please follow the installation procedure and then run the following:
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 | GET /api/arbitres | Retrieves the collection of Arbitre resources. |
ArbitreApi | get_arbitre_item | GET /api/arbitres/{inNo} | Retrieves a Arbitre resource. |
ArbitreOfficielCategorieApi | get_arbitre_officiel_categorie_collection | GET /api/arbitre_officiel_categories | Retrieves the collection of ArbitreOfficielCategorie resources. |
ArbitreOfficielCategorieApi | get_arbitre_officiel_categorie_item | GET /api/arbitre_officiel_categories/{id} | Retrieves a ArbitreOfficielCategorie resource. |
CalculBilanSaisonApi | get_calcul_bilan_saison_collection | GET /api/calcul_bilan_saisons | Retrieves the collection of CalculBilanSaison resources. |
CalculBilanSaisonApi | get_calcul_bilan_saison_item | GET /api/calcul_bilan_saisons/{id} | Retrieves a CalculBilanSaison resource. |
CalculMatchHistoApi | get_calcul_match_histo_collection | GET /api/calcul_match_histos | Retrieves the collection of CalculMatchHisto resources. |
CalculMatchHistoApi | get_calcul_match_histo_item | GET /api/calcul_match_histos/{id} | Retrieves a CalculMatchHisto resource. |
CalculSerieCoursApi | get_calcul_serie_cours_collection | GET /api/calcul_serie_cours | Retrieves the collection of CalculSerieCours resources. |
CalculSerieCoursApi | get_calcul_serie_cours_item | GET /api/calcul_serie_cours/{id} | Retrieves a CalculSerieCours resource. |
CdgApi | get_cdg_collection | GET /api/cdgs | Retrieves the collection of Cdg resources. |
CdgApi | get_cdg_item | GET /api/cdgs/{cgNo} | Retrieves a Cdg resource. |
ClassementJourneeApi | 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 | GET /api/clubs/{clNo}/equipes | Retrieves a Club resource. |
ClubApi | get_club_collection | GET /api/clubs | Retrieves the collection of Club resources. |
ClubApi | get_club_item | GET /api/clubs/{clNo} | Retrieves a Club resource. |
CompetApi | api_compets_phases_get_subresource_compet_subresource | GET /api/compets/{cpNo}/phases | Retrieves a Compet resource. |
CompetApi | get_compet_collection | GET /api/compets | Retrieves the collection of Compet resources. |
CompetApi | get_compet_item | GET /api/compets/{cpNo} | Retrieves a Compet resource. |
DossierApi | get_dossier_collection | GET /api/dossiers | Retrieves the collection of Dossier resources. |
DossierApi | get_dossier_item | GET /api/dossiers/{dsNo} | Retrieves a Dossier resource. |
EngagementApi | api_clubs_equipes_engagements_get_subresource_club_subresource | GET /api/clubs/{clNo}/equipes/{equipes}/engagements | Retrieves a Club resource. |
EngagementApi | get_engagement_collection | GET /api/engagements | Retrieves the collection of Engagement resources. |
EquipeApi | 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 | GET /api/clubs/{clNo}/equipes | Retrieves a Club resource. |
EquipeApi | api_clubs_equipes_matchs_get_subresource_club_subresource | GET /api/clubs/{clNo}/equipes/{equipes}/matchs | Retrieves a Club resource. |
IndividuApi | get_individu_item | GET /api/individus/{inNo} | Retrieves a Individu resource. |
MatchEntityApi | 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 | GET /api/clubs/{clNo}/calendrier | Retrieves the collection of MatchEntity resources. |
MatchEntityApi | 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 | GET /api/clubs/{clNo}/equipes/{eqNo}/calendrier | Retrieves the collection of MatchEntity resources. |
MatchEntityApi | get_match_entity_collection | GET /api/match_entities | Retrieves the collection of MatchEntity resources. |
MatchEntityApi | get_match_entity_item | GET /api/match_entities/{maNo} | Retrieves a MatchEntity resource. |
MatchEntityApi | 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 | GET /api/compets/{cpNo}/phases/{phNo}/poules/{gpNo}/matchs | Retrieves the collection of MatchEntity resources. |
MatchEntityApi | 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 | GET /api/compets/{cpNo}/phases/{phNo}/poules/{gpNo}/resultat | Retrieves the collection of MatchEntity resources. |
MatchEntityApi | 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 | GET /api/match_feuilles | Retrieves the collection of MatchFeuille resources. |
MatchFeuilleApi | get_match_feuille_item | GET /api/match_feuilles/{cfmNo} | Retrieves a MatchFeuille resource. |
MatchMembreApi | get_match_membre_collection | GET /api/match_membres | Retrieves the collection of MatchMembre resources. |
OfficielCategorieApi | get_officiel_categorie_collection | GET /api/officiel_categories | Retrieves the collection of OfficielCategorie resources. |
OfficielCategorieApi | get_officiel_categorie_item | GET /api/officiel_categories/{id} | Retrieves a OfficielCategorie resource. |
PhaseApi | 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 | GET /api/compets/{cpNo}/phases/{phases}/poules | Retrieves a Compet resource. |
PhaseApi | get_phase_collection | GET /api/phases | Retrieves the collection of Phase resources. |
PouleApi | 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 | GET /api/compets/{cpNo}/phases/{phases}/poules | Retrieves a Compet resource. |
PouleApi | 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 | GET /api/compets/{cpNo}/phases/{phases}/poules/{poules}/poule_journees | Retrieves a Compet resource. |
TerrainApi | get_terrain_item | GET /api/terrains/{teNo} | Retrieves a Terrain resource. |
Documentation For Models
- AdresseClub
- AdresseJsonldClub
- AnyOfCalculBilanSaisonCalculBilanSaisonBestMatch
- AnyOfCalculBilanSaisonCalculBilanSaisonEquipe
- AnyOfCalculBilanSaisonCalculBilanSaisonWorstMatch
- AnyOfCalculBilanSaisonJsonldCalculBilanSaisonBestMatch
- AnyOfCalculBilanSaisonJsonldCalculBilanSaisonEquipe
- AnyOfCalculBilanSaisonJsonldCalculBilanSaisonWorstMatch
- AnyOfCalculMatchHistoCalculMatchHistoMatch2
- AnyOfCalculMatchHistoCalculMatchHistoMatch3
- AnyOfCalculMatchHistoCalculMatchHistoMatch4
- AnyOfCalculMatchHistoCalculMatchHistoMatch5
- AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch2
- AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch3
- AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch4
- AnyOfCalculMatchHistoJsonldCalculMatchHistoMatch5
- AnyOfCalculSerieCoursCalculSerieCoursMatch1
- AnyOfCalculSerieCoursCalculSerieCoursMatch2
- AnyOfCalculSerieCoursCalculSerieCoursMatch3
- AnyOfCalculSerieCoursCalculSerieCoursMatch4
- AnyOfCalculSerieCoursCalculSerieCoursMatch5
- AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch1
- AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch2
- AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch3
- AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch4
- AnyOfCalculSerieCoursJsonldCalculSerieCoursMatch5
- AnyOfDossierDossierEquipe
- AnyOfDossierDossierMatchEntity
- AnyOfDossierJsonldDossierEquipe
- AnyOfDossierJsonldDossierMatchEntity
- AnyOfEquipeCalculBilanSaisonClub
- AnyOfEquipeClassementClub
- AnyOfEquipeEngagementClub
- AnyOfEquipeEquipeClub
- AnyOfEquipeJsonldCalculBilanSaisonClub
- AnyOfEquipeJsonldClassementClub
- AnyOfEquipeJsonldEngagementClub
- AnyOfEquipeJsonldEquipeClub
- AnyOfEquipeJsonldMatchClub
- AnyOfEquipeJsonldMatchMembreClub
- AnyOfEquipeMatchClub
- AnyOfEquipeMatchMembreClub
- AnyOfMatchEntityCalculBilanSaisonAway
- AnyOfMatchEntityCalculBilanSaisonCompetition
- AnyOfMatchEntityCalculBilanSaisonHome
- AnyOfMatchEntityCalculBilanSaisonPoule
- AnyOfMatchEntityCalculBilanSaisonPouleJournee
- AnyOfMatchEntityCalculMatchHistoAway
- AnyOfMatchEntityCalculMatchHistoCompetition
- AnyOfMatchEntityCalculMatchHistoHome
- AnyOfMatchEntityCalculSerieCoursAway
- AnyOfMatchEntityCalculSerieCoursCompetition
- AnyOfMatchEntityCalculSerieCoursHome
- AnyOfMatchEntityCalculSerieCoursPoule
- AnyOfMatchEntityCalculSerieCoursPouleJournee
- AnyOfMatchEntityDossierAway
- AnyOfMatchEntityDossierCompetition
- AnyOfMatchEntityDossierHome
- AnyOfMatchEntityJsonldCalculBilanSaisonAway
- AnyOfMatchEntityJsonldCalculBilanSaisonCompetition
- AnyOfMatchEntityJsonldCalculBilanSaisonHome
- AnyOfMatchEntityJsonldCalculBilanSaisonPoule
- AnyOfMatchEntityJsonldCalculBilanSaisonPouleJournee
- AnyOfMatchEntityJsonldCalculMatchHistoAway
- AnyOfMatchEntityJsonldCalculMatchHistoCompetition
- AnyOfMatchEntityJsonldCalculMatchHistoHome
- AnyOfMatchEntityJsonldCalculSerieCoursAway
- AnyOfMatchEntityJsonldCalculSerieCoursCompetition
- AnyOfMatchEntityJsonldCalculSerieCoursHome
- AnyOfMatchEntityJsonldCalculSerieCoursPoule
- AnyOfMatchEntityJsonldCalculSerieCoursPouleJournee
- AnyOfMatchEntityJsonldDossierAway
- AnyOfMatchEntityJsonldDossierCompetition
- AnyOfMatchEntityJsonldDossierHome
- AnyOfMatchEntityJsonldMatchAway
- AnyOfMatchEntityJsonldMatchCompetition
- AnyOfMatchEntityJsonldMatchHome
- AnyOfMatchEntityJsonldMatchMembreAway
- AnyOfMatchEntityJsonldMatchMembreCompetition
- AnyOfMatchEntityJsonldMatchMembreHome
- AnyOfMatchEntityJsonldMatchMembrePhase
- AnyOfMatchEntityJsonldMatchMembrePoule
- AnyOfMatchEntityJsonldMatchMembrePouleJournee
- AnyOfMatchEntityJsonldMatchMembreTerrain
- AnyOfMatchEntityJsonldMatchPhase
- AnyOfMatchEntityJsonldMatchPoule
- AnyOfMatchEntityJsonldMatchPouleJournee
- AnyOfMatchEntityJsonldMatchTerrain
- AnyOfMatchEntityMatchAway
- AnyOfMatchEntityMatchCompetition
- AnyOfMatchEntityMatchHome
- AnyOfMatchEntityMatchMembreAway
- AnyOfMatchEntityMatchMembreCompetition
- AnyOfMatchEntityMatchMembreHome
- AnyOfMatchEntityMatchMembrePhase
- AnyOfMatchEntityMatchMembrePoule
- AnyOfMatchEntityMatchMembrePouleJournee
- AnyOfMatchEntityMatchMembreTerrain
- AnyOfMatchEntityMatchPhase
- AnyOfMatchEntityMatchPoule
- AnyOfMatchEntityMatchPouleJournee
- AnyOfMatchEntityMatchTerrain
- AnyOfMatchFeuilleEvenementJsonldMatchFeuilleL1LiNo
- AnyOfMatchFeuilleEvenementJsonldMatchFeuilleL2LiNo
- AnyOfMatchFeuilleEvenementMatchFeuilleL1LiNo
- AnyOfMatchFeuilleEvenementMatchFeuilleL2LiNo
- AnyOfMatchMembreJsonldMatchMembreMatchEntity
- AnyOfMatchMembreMatchMembreMatchEntity
- ArbitreArbitre
- ArbitreJsonldArbitre
- ArbitreJsonldOfficielCategorieArbitre
- ArbitreOfficielCategorieArbitre
- ArbitreOfficielCategorieJsonldArbitre
- ArbitreOfficielCategorieJsonldOfficielCategorieArbitre
- ArbitreOfficielCategorieOfficielCategorieArbitre
- CalculBilanSaisonCalculBilanSaison
- CalculBilanSaisonJsonldCalculBilanSaison
- CalculClassement
- CalculClassementJsonld
- CalculMatchHistoCalculMatchHisto
- CalculMatchHistoJsonldCalculMatchHisto
- CalculSerieCoursCalculSerieCours
- CalculSerieCoursJsonldCalculSerieCours
- CdgArbitre
- CdgCdg
- CdgClassement
- CdgClub
- CdgCompet
- CdgDossier
- CdgEngagement
- CdgEquipe
- CdgJsonldArbitre
- CdgJsonldCdg
- CdgJsonldClassement
- CdgJsonldClub
- CdgJsonldCompet
- CdgJsonldDossier
- CdgJsonldEngagement
- CdgJsonldEquipe
- CdgJsonldMatch
- CdgJsonldMatchMembre
- CdgJsonldPoule
- CdgMatch
- CdgMatchMembre
- CdgPoule
- ClassementJournee
- ClassementJourneeClassement
- ClassementJourneeJsonld
- ClassementJourneeJsonldClassement
- ClubCalculBilanSaison
- ClubClassement
- ClubClub
- ClubEngagement
- ClubEquipe
- ClubJsonldCalculBilanSaison
- ClubJsonldClassement
- ClubJsonldClub
- ClubJsonldEngagement
- ClubJsonldEquipe
- ClubJsonldMatch
- ClubJsonldMatchMembre
- ClubMatch
- ClubMatchMembre
- ClubTitreClub
- ClubTitreJsonldClub
- CompetCalculBilanSaison
- CompetCalculMatchHisto
- CompetCalculSerieCours
- CompetCompet
- CompetDossier
- CompetEngagement
- CompetEquipe
- CompetJsonldCalculBilanSaison
- CompetJsonldCalculMatchHisto
- CompetJsonldCalculSerieCours
- CompetJsonldCompet
- CompetJsonldDossier
- CompetJsonldEngagement
- CompetJsonldEquipe
- CompetJsonldMatch
- CompetJsonldMatchMembre
- CompetJsonldPhase
- CompetJsonldPoule
- CompetJsonldPouleJournee
- CompetMatch
- CompetMatchMembre
- CompetPhase
- CompetPoule
- CompetPouleJournee
- ContactClub
- ContactJsonldClub
- DossierDecisionDossier
- DossierDecisionJsonldDossier
- DossierDossier
- DossierJsonldDossier
- Engagement
- EngagementEngagement
- EngagementEquipe
- EngagementJsonld
- EngagementJsonldEngagement
- EngagementJsonldEquipe
- EngagementJsonldMatch
- EngagementMatch
- EquipeCalculBilanSaison
- EquipeCalculMatchHisto
- EquipeCalculSerieCours
- EquipeClassement
- EquipeDossier
- EquipeEngagement
- EquipeEquipe
- EquipeJsonldCalculBilanSaison
- EquipeJsonldCalculMatchHisto
- EquipeJsonldCalculSerieCours
- EquipeJsonldClassement
- EquipeJsonldDossier
- EquipeJsonldEngagement
- EquipeJsonldEquipe
- EquipeJsonldMatch
- EquipeJsonldMatchMembre
- EquipeMatch
- EquipeMatchMembre
- IndividuClub
- IndividuIndividu
- IndividuJsonldClub
- IndividuJsonldIndividu
- IndividuJsonldOfficielCategorieArbitre
- IndividuOfficielCategorieArbitre
- InlineResponse200
- InlineResponse2001
- InlineResponse20010
- InlineResponse20011
- InlineResponse20012
- InlineResponse20013
- InlineResponse20014
- InlineResponse20015
- InlineResponse20016
- InlineResponse20017
- InlineResponse20018
- InlineResponse2002
- InlineResponse2003
- InlineResponse2004
- InlineResponse2005
- InlineResponse2006
- InlineResponse2007
- InlineResponse2008
- InlineResponse2009
- InlineResponse200Hydrasearch
- InlineResponse200HydrasearchHydramapping
- InlineResponse200Hydraview
- MatchEntity
- MatchEntityCalculBilanSaison
- MatchEntityCalculMatchHisto
- MatchEntityCalculSerieCours
- MatchEntityDossier
- MatchEntityJsonld
- MatchEntityJsonldCalculBilanSaison
- MatchEntityJsonldCalculMatchHisto
- MatchEntityJsonldCalculSerieCours
- MatchEntityJsonldDossier
- MatchEntityJsonldMatch
- MatchEntityJsonldMatchMembre
- MatchEntityMatch
- MatchEntityMatchMembre
- MatchFeuilleCompoJsonldMatchFeuille
- MatchFeuilleCompoMatchFeuille
- MatchFeuilleEvenementJsonldMatchFeuille
- MatchFeuilleEvenementMatchFeuille
- MatchFeuilleJsonldMatchFeuille
- MatchFeuilleMatchFeuille
- MatchFeuilleMembreJsonldMatchFeuille
- MatchFeuilleMembreMatchFeuille
- MatchFeuilleReserveJsonldMatchFeuille
- MatchFeuilleReserveMatchFeuille
- MatchMembreJsonldMatch
- MatchMembreJsonldMatchMembre
- MatchMembreMatch
- MatchMembreMatchMembre
- OfficielCategorieArbitre
- OfficielCategorieJsonldArbitre
- OfficielCategorieJsonldOfficielCategorie
- OfficielCategorieOfficielCategorie
- OneOfAdresseJsonldClubContext
- OneOfArbitreJsonldArbitreContext
- OneOfArbitreJsonldOfficielCategorieArbitreContext
- OneOfArbitreOfficielCategorieJsonldArbitreContext
- OneOfArbitreOfficielCategorieJsonldOfficielCategorieArbitreContext
- OneOfCalculBilanSaisonJsonldCalculBilanSaisonContext
- OneOfCalculClassementJsonldContext
- OneOfCalculMatchHistoJsonldCalculMatchHistoContext
- OneOfCalculSerieCoursJsonldCalculSerieCoursContext
- OneOfCdgJsonldArbitreContext
- OneOfCdgJsonldCdgContext
- OneOfCdgJsonldClassementContext
- OneOfCdgJsonldClubContext
- OneOfCdgJsonldCompetContext
- OneOfCdgJsonldDossierContext
- OneOfCdgJsonldEngagementContext
- OneOfCdgJsonldEquipeContext
- OneOfCdgJsonldMatchContext
- OneOfCdgJsonldMatchMembreContext
- OneOfCdgJsonldPouleContext
- OneOfClassementJourneeJsonldContext
- OneOfClubJsonldCalculBilanSaisonContext
- OneOfClubJsonldClassementContext
- OneOfClubJsonldClubContext
- OneOfClubJsonldEngagementContext
- OneOfClubJsonldEquipeContext
- OneOfClubJsonldMatchContext
- OneOfClubJsonldMatchMembreContext
- OneOfClubTitreJsonldClubContext
- OneOfCompetJsonldCalculBilanSaisonContext
- OneOfCompetJsonldCalculMatchHistoContext
- OneOfCompetJsonldCalculSerieCoursContext
- OneOfCompetJsonldCompetContext
- OneOfCompetJsonldDossierContext
- OneOfCompetJsonldEngagementContext
- OneOfCompetJsonldEquipeContext
- OneOfCompetJsonldMatchContext
- OneOfCompetJsonldMatchMembreContext
- OneOfCompetJsonldPhaseContext
- OneOfCompetJsonldPouleContext
- OneOfCompetJsonldPouleJourneeContext
- OneOfContactJsonldClubContext
- OneOfDossierDecisionJsonldDossierContext
- OneOfDossierJsonldDossierContext
- OneOfEngagementJsonldEngagementContext
- OneOfEngagementJsonldEquipeContext
- OneOfEngagementJsonldMatchContext
- OneOfEquipeJsonldCalculBilanSaisonContext
- OneOfEquipeJsonldCalculMatchHistoContext
- OneOfEquipeJsonldCalculSerieCoursContext
- OneOfEquipeJsonldClassementContext
- OneOfEquipeJsonldDossierContext
- OneOfEquipeJsonldEngagementContext
- OneOfEquipeJsonldEquipeContext
- OneOfEquipeJsonldMatchContext
- OneOfEquipeJsonldMatchMembreContext
- OneOfIndividuJsonldClubContext
- OneOfIndividuJsonldIndividuContext
- OneOfIndividuJsonldOfficielCategorieArbitreContext
- OneOfMatchEntityJsonldCalculBilanSaisonContext
- OneOfMatchEntityJsonldCalculMatchHistoContext
- OneOfMatchEntityJsonldCalculSerieCoursContext
- OneOfMatchEntityJsonldDossierContext
- OneOfMatchEntityJsonldMatchContext
- OneOfMatchEntityJsonldMatchMembreContext
- OneOfMatchFeuilleCompoJsonldMatchFeuilleContext
- OneOfMatchFeuilleEvenementJsonldMatchFeuilleContext
- OneOfMatchFeuilleJsonldMatchFeuilleContext
- OneOfMatchFeuilleMembreJsonldMatchFeuilleContext
- OneOfMatchFeuilleReserveJsonldMatchFeuilleContext
- OneOfMatchMembreJsonldMatchContext
- OneOfMatchMembreJsonldMatchMembreContext
- OneOfOfficielCategorieJsonldArbitreContext
- OneOfOfficielCategorieJsonldOfficielCategorieContext
- OneOfPhaseJsonldCompetContext
- OneOfPhaseJsonldEngagementContext
- OneOfPhaseJsonldEquipeContext
- OneOfPhaseJsonldMatchContext
- OneOfPhaseJsonldMatchMembreContext
- OneOfPhaseJsonldPhaseContext
- OneOfPhaseJsonldPouleContext
- OneOfPhaseJsonldPouleJourneeContext
- OneOfPouleJourneeJsonldCalculBilanSaisonContext
- OneOfPouleJourneeJsonldCalculSerieCoursContext
- OneOfPouleJourneeJsonldMatchContext
- OneOfPouleJourneeJsonldMatchMembreContext
- OneOfPouleJourneeJsonldPouleContext
- OneOfPouleJourneeJsonldPouleJourneeContext
- OneOfPouleJsonldCalculBilanSaisonContext
- OneOfPouleJsonldCalculSerieCoursContext
- OneOfPouleJsonldClassementContext
- OneOfPouleJsonldCompetContext
- OneOfPouleJsonldEngagementContext
- OneOfPouleJsonldEquipeContext
- OneOfPouleJsonldMatchContext
- OneOfPouleJsonldMatchMembreContext
- OneOfPouleJsonldPhaseContext
- OneOfPouleJsonldPouleContext
- OneOfPouleJsonldPouleJourneeContext
- OneOfTerrainJsonldClubContext
- OneOfTerrainJsonldMatchContext
- OneOfTerrainJsonldMatchMembreContext
- OneOfTerrainJsonldTerrainContext
- PhaseCompet
- PhaseEngagement
- PhaseEquipe
- PhaseJsonldCompet
- PhaseJsonldEngagement
- PhaseJsonldEquipe
- PhaseJsonldMatch
- PhaseJsonldMatchMembre
- PhaseJsonldPhase
- PhaseJsonldPoule
- PhaseJsonldPouleJournee
- PhaseMatch
- PhaseMatchMembre
- PhasePhase
- PhasePoule
- PhasePouleJournee
- Poule
- PouleCalculBilanSaison
- PouleCalculSerieCours
- PouleClassement
- PouleCompet
- PouleEngagement
- PouleEquipe
- PouleJournee
- PouleJourneeCalculBilanSaison
- PouleJourneeCalculSerieCours
- PouleJourneeJsonld
- PouleJourneeJsonldCalculBilanSaison
- PouleJourneeJsonldCalculSerieCours
- PouleJourneeJsonldMatch
- PouleJourneeJsonldMatchMembre
- PouleJourneeJsonldPoule
- PouleJourneeJsonldPouleJournee
- PouleJourneeMatch
- PouleJourneeMatchMembre
- PouleJourneePoule
- PouleJourneePouleJournee
- PouleJsonld
- PouleJsonldCalculBilanSaison
- PouleJsonldCalculSerieCours
- PouleJsonldClassement
- PouleJsonldCompet
- PouleJsonldEngagement
- PouleJsonldEquipe
- PouleJsonldMatch
- PouleJsonldMatchMembre
- PouleJsonldPhase
- PouleJsonldPoule
- PouleJsonldPouleJournee
- PouleMatch
- PouleMatchMembre
- PoulePhase
- PoulePoule
- PoulePouleJournee
- TerrainClub
- TerrainJsonldClub
- TerrainJsonldMatch
- TerrainJsonldMatchMembre
- TerrainJsonldTerrain
- TerrainMatch
- TerrainMatchMembre
- TerrainTerrain
Documentation For Authorization
All endpoints do not require authorization.
Author
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file api_client_fff-0.1.5.tar.gz
.
File metadata
- Download URL: api_client_fff-0.1.5.tar.gz
- Upload date:
- Size: 208.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 444b9a72dda36ac36fa543cf282fb0dbd1a16e72d807621e190fa1211cc9f9da |
|
MD5 | 80daa2b5be93545121f148899c946e00 |
|
BLAKE2b-256 | 6b439a3c18b9dc63ec168022dd2fa0966be410c6f2bfe4a6a66dddf85da49637 |