CultureQuestORG/SDP2023

View on GitHub
app/src/main/java/ch/epfl/culturequest/backend/map_collection/OTMFetchInterface.java

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Method fetchOTMPlaces has 5 arguments (exceeds 4 allowed). Consider refactoring.
Wontfix

    Call<List<OTMLocation>> fetchOTMPlaces(@Query("apikey") String key, @Query("lon_min") double lo_min, @Query("lon_max") double lo_max, @Query("lat_min") double la_min, @Query("lat_max") double la_max);

    There are no issues that match your filters.

    Category
    Status