GET /test/sbt/{groupId}/{artifactId}/{version}
Summary: Test for issues in a public package by group id, artifact id and version
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
You can test `sbt` packages for issues according to their group ID, artifact ID and version. This is done via the maven endpoint (for Java), since the packages are hosted on maven central or a compatible repository. See "Maven" above for details.
Parameters (5)
artifactId
(string, path, required)
The package's artifact ID.
groupId
(string, path, required)
The package's group ID.
org
(string, query, optional)
The organization to test the package with. See "The Snyk organization for a request" above.
repository
(string, query, optional)
The repository hosting this package. The default value is Maven Central. More than one value is supported, in order.
version
(string, path, required)
The package version to test.
No probe data for this endpoint yet.