@Consumes("application/json")
public interface LicenseApi
-
Method Summary
Returns the specified License resource.
-
Method Details
-
get
@Named("License:get")
@GET
@Path("/licenses/{license}")
@Nullable
License get(@PathParam("license")
String license)
Returns the specified License resource.