Interface WsApi

All Known Implementing Classes:
WsApiController

@Validated public interface WsApi
  • Method Details

    • getDelegate

      WsApiDelegate getDelegate()
    • getWsCrawls

      @RequestMapping(value="/ws/crawls", produces="application/json", method=GET) default org.springframework.http.ResponseEntity<CrawlWsResult> getWsCrawls(@NotNull @Valid @RequestParam(value="crawlQuery",required=true) @NotNull @Valid String crawlQuery)