API referenceΒΆ

This chapter provides all required information for using the API, and explicits all the available entry points.

For more details about using the API, general conventions and environment setup, please see SCWS API documentation.

Using the API from a web page simply requires including the provided scripts:

<script src="scws_core.js"></script>
<script src="scws_icao_api.js"></script>

After which the SCWS and SCWS.ICAO objects, which acts as namespaces for all the API entry points, are available globally.