@RestController @RequestMapping(value="/v1") public class ScholixControllerV1 extends AbstractDnetController
AbstractDnetController.ErrorMessage| Constructor and Description |
|---|
ScholixControllerV1() |
| Modifier and Type | Method and Description |
|---|---|
List<eu.dnetlib.dhp.schema.sx.api.model.v1.ScholixV1> |
linksFromDatasource(@NotNull String datasource,
Integer page) |
List<eu.dnetlib.dhp.schema.sx.api.model.v1.ScholixV1> |
linksFromPid(@NotNull String pid,
String pidType,
String typologyTarget,
String datasourceTarget,
Integer page) |
List<eu.dnetlib.dhp.schema.sx.api.model.v1.ScholixV1> |
linksFromPublisher(String publisher,
Integer page) |
handleException@GetMapping(value="/linksFromPublisher") public List<eu.dnetlib.dhp.schema.sx.api.model.v1.ScholixV1> linksFromPublisher(String publisher, @RequestParam(required=false) Integer page) throws ScholixException
ScholixException@GetMapping(value="/linksFromDatasource") public List<eu.dnetlib.dhp.schema.sx.api.model.v1.ScholixV1> linksFromDatasource(@NotNull @NotNull String datasource, @RequestParam(required=false) Integer page) throws ScholixException
ScholixException@GetMapping(value="/linksFromPid") public List<eu.dnetlib.dhp.schema.sx.api.model.v1.ScholixV1> linksFromPid(@NotNull @NotNull String pid, @RequestParam(required=false) String pidType, @RequestParam(required=false) String typologyTarget, @RequestParam(required=false) String datasourceTarget, @RequestParam(required=false) Integer page) throws ScholixException
ScholixExceptionCopyright © 2025. All rights reserved.