Interface RoutesApi


@NullMarked public interface RoutesApi
Provides access to route-related endpoints of the CTA BusTime API.

This API allows retrieval of all available routes.

  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves all available routes.
  • Method Details

    • list

      List<Route> list()
      Retrieves all available routes.
      Returns:
      a List of all available Routes