Class AppController

java.lang.Object
gov.niem.tools.api.app.AppController

@RestController public class AppController extends Object
General application calls.
  • Constructor Details

    • AppController

      public AppController()
  • Method Details

    • version

      @GetMapping("/version") public org.springframework.http.ResponseEntity<String> version()
      Get the current version of the NIEM API application.
    • cmfVersion

      @GetMapping("/version/cmf") public org.springframework.http.ResponseEntity<String> 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.