@Validated
@RequestMapping(value="")
public interface WsApi
| Modifier and Type | Method and Description |
|---|---|
WsApiDelegate |
getDelegate() |
default org.springframework.http.ResponseEntity<CrawlWsResult> |
getWsCrawls(String crawlQuery) |
WsApiDelegate getDelegate()
@RequestMapping(value="/ws/crawls",
produces="application/json",
method=GET)
default org.springframework.http.ResponseEntity<CrawlWsResult> getWsCrawls(@NotNull @RequestParam(value="crawlQuery",required=true)
String crawlQuery)
Copyright © 2000–2023 LOCKSS Program. All rights reserved.