NaBrix API v1.0 Release Notes
Introduction
The first official release of the API.
Key Features
- Implementation of authentication using JWT.
- A weather report API endpoint that:
- Validates the request body.
- Checks user authentication and permissions.
- Queries the Nav Canada CFPS web tool for the latest weather data.
- Extract relevant data from weather reports.
- Updates the database.
- Validates and returns the weather data.
- A weather briefing and a NOTAMs briefing endpoints that:
- Validates the request body.
- Checks user authentication and permissions.
- Queries the Nav Canada CFPS web tool for the latest weather/NOTAMs.
-
- Extract relevant data from weather/NOTAMs.
- Organizes, validates and returns the relevant weather/NOTAMs.