public interface TppDataUploaderRestApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> |
generateData() |
org.springframework.http.ResponseEntity<String> |
generateIban() |
org.springframework.http.ResponseEntity<String> |
uploadData(org.springframework.web.multipart.MultipartFile file) |
static final String BASE_PATH
@PutMapping(value="/upload") org.springframework.http.ResponseEntity<String> uploadData(@RequestBody org.springframework.web.multipart.MultipartFile file)
@GetMapping(value="/generate") org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> generateData()
@GetMapping(value="/generate/iban") org.springframework.http.ResponseEntity<String> generateIban()
Copyright © 2019. All rights reserved.