Package eu.dnetlib.apps.oai.controller
Class ExporterController
java.lang.Object
eu.dnetlib.apps.oai.controller.ExporterController
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExporterController
public ExporterController()
-
-
Method Details
-
download
@GetMapping("/download/{id}") public org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> download(@PathVariable String id) throws FileNotFoundException, URISyntaxException
-