@RestController @CrossOrigin(origins="*") public class SubscriberController extends Object
| Constructor and Description |
|---|
SubscriberController() |
| Modifier and Type | Method and Description |
|---|---|
List<Subscriber> |
getSubscriber() |
Subscriber |
getSubscriber(String email) |
@RequestMapping(value="/subscriber",
method=GET)
public List<Subscriber> getSubscriber()
throws eu.dnetlib.uoaadmintoolslibrary.handlers.ContentNotFoundException
eu.dnetlib.uoaadmintoolslibrary.handlers.ContentNotFoundException@RequestMapping(value="/subscriber/{email}",
method=GET)
public Subscriber getSubscriber(@PathVariable(value="email",required=true)
String email)
throws eu.dnetlib.uoaadmintoolslibrary.handlers.ContentNotFoundException
eu.dnetlib.uoaadmintoolslibrary.handlers.ContentNotFoundExceptionCopyright © 2022. All rights reserved.