Skip to main content

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

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

api_client_fff-0.1.1.tar.gz (208.7 kB view hashes)

Uploaded Source

Built Distribution

api_client_fff-0.1.1-py3-none-any.whl (1.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page