We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f057751 commit 8813b97Copy full SHA for 8813b97
README.md
@@ -16,7 +16,7 @@ pip install blackduck
16
from blackduck import Client
17
import json
18
19
-bd = blackduck.Client(
+bd = Client(
20
token=os.environ.get('blackduck_token', 'YOUR TOKEN HERE'),
21
base_url='https://your.blackduck.url' #!important! no trailing slash
22
#, verify=False # if required
0 commit comments