Starting to implement queries for the JSON endpoint

This commit is contained in:
Ian Renton
2025-09-28 17:35:54 +01:00
parent bcda5769ee
commit 69e0ba0a8d
3 changed files with 16 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ from providers.http_provider import HTTPProvider
# Provider for Worldwide Bunkers on the Air
# todo switch to event source API as per Steve change to Field Spotter
# todo switch to event source API as per Steve change to Field Spotter, if Python supports it
class WWBOTA(HTTPProvider):
POLL_INTERVAL_SEC = 120
SPOTS_URL = "https://api.wwbota.org/spots/"