Tags

Contains the command for fetching flight plan tags.

async flightplandb.tags.fetch(key: str | None = None) List[Tag]

Fetches current popular tags from all flight plans. Only tags with sufficient popularity are included.

Parameters:

key (str, optional) -- API authentication key.

Returns:

A list of the current popular tags.

Return type:

List[Tag]