Monitoring xml data

I’m trying to write a Python code that fetches the destination ICAO code tag from an XML. I need it to update the ICAO whenever a new flight plan is generated. Is there any way to do that other than polling continuously?

Hi we do not currently provide this functionality. We also request that you do not poll continuously as the XML endpoint is not designed for that.

XML data should only be downloaded as a result of a user action, for example, clicking a “refresh” or “download” button in your app.

Best regards,

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.