Package org.bremersee.test.web
Interface BadApis.Eight
- 
- Enclosing class:
- BadApis
 
 public static interface BadApis.EightThe interface Eight.
- 
- 
Method SummaryAll 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
 
 
- 
 
-