Skip to content

Instantly share code, notes, and snippets.

@sinclairfr
Created June 6, 2024 08:21
Show Gist options
  • Save sinclairfr/25c84d9a76c19cfb77aa91014f70389c to your computer and use it in GitHub Desktop.
Save sinclairfr/25c84d9a76c19cfb77aa91014f70389c to your computer and use it in GitHub Desktop.
API name API Route Commentaire Max Commentaire Sirine Commentaire Mehdi Commentaire Ayoub Lien documentation
Flight Schedules GET /operations/schedules/{origin}/{destination}/{fromDateTime}[?directFlights=true] [max] [sirine] Utile pour suivre tous les vols programmés (horaires et des itinéraires de vol) [ayoub] Lien
Flight Status GET /operations/flightstatus/{flightNumber}/{date} [max] [sirine] Suivi en temps réel des vols spécifiques par numéro de vol + maj de statut et des retards [ayoub] Lien
Reference Data GET /references/{type} (airports, airlines, cities, countries etc) [max] [sirine] Données statiques sur les aéroports, les compagnies aériennes etc [ayoub] Lien
Customer Flight Information GET /operations/customerflightinformation/{flightNumber}/{date} [max] [sirine] Information sur les vols des clients [ayoub] Lien
Notifications POST /notifications/subscribe [max] [sirine] Abonnement aux notifications en temps réel sur les changements de statut des vols. [ayoub] Lien
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment