@Path(value="/api/v3/component-report")
public interface ComponentReportEndpoint
ComponentReport
endpoint.Modifier and Type | Method and Description |
---|---|
ComponentReport |
get(PackageUrl coordinates) |
List<ComponentReport> |
post(ComponentReportRequest request) |
@GET @Path(value="{coordinates:.*}") @Produces(value={"application/vnd.ossindex.component-report.v1+json","application/json"}) ComponentReport get(@Encoded @PathParam(value="coordinates") PackageUrl coordinates)
@POST @Consumes(value={"application/vnd.ossindex.component-report-request.v1+json","application/json"}) @Produces(value={"application/vnd.ossindex.component-report.v1+json","application/json"}) List<ComponentReport> post(ComponentReportRequest request)
Copyright © 2018–2022 Sonatype, Inc.. All rights reserved.