Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 800 Bytes

b2b_usage.rst

File metadata and controls

22 lines (18 loc) · 800 Bytes

Web services from Eurocontrol NM

The NM B2B web services is an interface provided by the EUROCONTROL Network Manager (NM) for system-to-system access to its services and data, allowing users to retrieve and use the information in their own systems.

We provide a basic API for some NM web services. They have been implemented on a per need basis: not everything is provided, but functionalities may be added in the future.

.. autoclass:: traffic.data.eurocontrol.b2b.NMB2B()
    :members:
    :no-inherited-members:
    :no-undoc-members:

    .. automethod:: flight_search
    .. automethod:: flight_list
    .. automethod:: flight_get
    .. automethod:: regulation_list