getDepots abstract method

  1. @GET.new('/depots')
Future<List<Depot>> getDepots(
  1. @Query.new("clusterOrRegion") String? clusterOrRegion
)

********** Depots API ********** ///

Implementation

@GET('/depots')
Future<List<Depot>> getDepots(
    @Query("clusterOrRegion") String? clusterOrRegion);