Interface BadApis.Six

Enclosing class:
BadApis

public static interface BadApis.Six
The interface Six.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<List<ExampleModel>>
    Gets models.
  • Method Details

    • getExampleModels

      @GetMapping(value="/api/models", produces="application/json") org.springframework.http.ResponseEntity<List<ExampleModel>> getExampleModels(@RequestParam(name="q",required=false) String query)
      Gets models.
      Parameters:
      query - the query
      Returns:
      the models