Package gov.niem.tools.api.db.steward
Class StewardController
java.lang.Object
gov.niem.tools.api.db.steward.StewardController
REST controller for stewards.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StewardController
public StewardController()
-
-
Method Details
-
getSteward
@GetMapping("/stewards/{stewardKey}") @ResponseStatus(code=OK) public Steward getSteward(@PathVariable String stewardKey) throws EntityNotFoundException Get a steward.- Throws:
EntityNotFoundException
-
getStewards
@GetMapping("/stewards") @ResponseStatus(code=OK) public List<Steward> getStewards() throws ExceptionGet all stewards.- Throws:
Exception
-