Package org.bremersee.test.web
Interface BadApis.Five
-
- Enclosing class:
- BadApis
public static interface BadApis.FiveThe interface Five.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<List<org.bremersee.geojson.model.Geometry>>getGeometries(String query)Gets geometries.
-
-
-
Method Detail
-
getGeometries
@RequestMapping(value="/api/geometries", produces="application/json", method=GET) org.springframework.http.ResponseEntity<List<org.bremersee.geojson.model.Geometry>> getGeometries(@RequestParam(name="q",required=false) String query)Gets geometries.- Parameters:
query- the query- Returns:
- the geometries
-
-