Using the Black Duck API with OpenAPI
For users using OpenAPI Specification (OAS), you can generate customer-facing endpoints
through /api-doc/openapi3-public.json
.
-
Log into Black Duck.
-
Open a browser tab and paste the following URL using you Black Duck server address.
https://<your_black_duck_server>/api-doc/openapi3-public.json
-
On the page that's generated, right-click and save as
openapi3-public.json
-
Import the saved
openapi3-public.json
into your application.