Skip to content

Commit

Permalink
docs(scanoss): Add a link to the API docs
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jun 13, 2024
1 parent 0da841f commit 4b093ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clients/scanoss/src/main/kotlin/ScanOssService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ import retrofit2.http.Part

typealias FullScanResponse = Map<String, List<ScanResponse>>

/**
* The API definition for SCANOSS, see https://docs.osskb.org/.
*/
interface ScanOssService {
companion object {
/**
Expand Down

0 comments on commit 4b093ed

Please sign in to comment.