getDepots abstract method
- @GET.new('/depots')
- @Query.new("clusterOrRegion") String? clusterOrRegion
********** Depots API ********** ///
Implementation
@GET('/depots')
Future<List<Depot>> getDepots(
@Query("clusterOrRegion") String? clusterOrRegion);