Modules

Structs

  • An AircraftModel resource represents a model of aircraft. An aircraft model is an aircraft type linked to an airline and its configuration (usually seating configuration).
  • An AircraftType resource represents a type of aircraft, irrespective of the airline that operates it.
  • An Airline resource represents an airline.
  • An Airport resource represents an airport.
  • The GetVirtualAirlineRequest message contains the request parameters for the GetVirtualAirline method.
  • The GetVirtualAirlineResponse message contains the response parameters for the GetVirtualAirline method.
  • The ListAirlinesRequest message defines the request parameters for the ListAirlines method.
  • The ListAirlinesResponse message defines the response parameters for the ListAirlines method.
  • The ListRoutesRequest message defines the request parameters for the ListRoutes method.
  • The ListRoutesResponse message defines the response parameters for the ListRoutes method.
  • A Route represents a regularly scheduled flight between two airports.
  • Represents a time of day. The date and time zone are either not significant or are specified elsewhere.
  • A VirtualAirline resource represents a virtual airline. All methods in the API operate on a single virtual airline.

Enums