Interface SystemApi


  • @Path("/api/system")
    public interface SystemApi
    • Method Detail

      • version

        @Named("system:version")
        @Path("/version")
        @Consumes("application/json")
        @GET
        Version version()
      • system

        @Named("system:system")
        @Consumes("text/plain")
        @GET
        String system()