Interface LicenseApi


  • @Consumes("application/json")
    public interface LicenseApi
    • Method Detail

      • get

        @Named("License:get")
        @GET
        @Path("/licenses/{license}")
        @Nullable
        License get​(@PathParam("license")
                    String license)
        Returns the specified License resource.