@Validated
@RequestMapping(value="")
public interface CrawlersApi
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.http.ResponseEntity<CrawlerConfig> |
getCrawlerConfig(String crawlerId) |
default org.springframework.http.ResponseEntity<CrawlerStatuses> |
getCrawlers() |
CrawlersApiDelegate |
getDelegate() |
CrawlersApiDelegate getDelegate()
@RequestMapping(value="/crawlers/{crawlerId}",
produces="application/json",
method=GET)
default org.springframework.http.ResponseEntity<CrawlerConfig> getCrawlerConfig(@PathVariable(value="crawlerId")
String crawlerId)
@RequestMapping(value="/crawlers",
produces="application/json",
method=GET)
default org.springframework.http.ResponseEntity<CrawlerStatuses> getCrawlers()
Copyright © 2000–2023 LOCKSS Program. All rights reserved.