Package gov.niem.tools.api.app
Class AppController
java.lang.Object
gov.niem.tools.api.app.AppController
General application calls.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<String> Get the current version of the CMF Tool used by the NIEM API.org.springframework.http.ResponseEntity
<String> Get the current version of the CMF Specification supported by the NIEM API.org.springframework.http.ResponseEntity
<String> version()
Get the current version of the NIEM API application.
-
Constructor Details
-
AppController
public AppController()
-
-
Method Details
-
version
Get the current version of the NIEM API application. -
cmfVersion
Get the current version of the CMF Specification supported by the NIEM API. -
cmftoolVersion
@GetMapping("/version/cmftool") public org.springframework.http.ResponseEntity<String> cmftoolVersion()Get the current version of the CMF Tool used by the NIEM API.
-