Package com.cta4j.bus

Interface BusApi


@NullMarked public interface BusApi
Primary entry point for interacting with the CTA Bus Tracker API.

This interface provides access to the current system time as well as grouped sub-APIs for vehicles, routes, directions, stops, patterns, predictions, locales, and detours.

Instances of BusApi are immutable and thread-safe once built. Use builder(String) to construct a configured instance.