Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 913 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 913 Bytes

Overview

The hub-rest-api-python provides Python bindings for Hub REST API.

This is the Synamedia fork of this Open Source repository. The default branch is synamedia. The master branch is the original repo default branch.

git clone https://github.com/synamedia/hub-rest-api-python.git
cd hub-rest-api-python
pip3 install -r requirements.txt
pip3 install .

Configure your connection

Create a token in BlackDuck for your user or generic account

cp restconfig.json.api_token.example .restconfig.json

Update restconfig.json with your credentials

Migrated Synamedia pipeline scripts

generate_reports.py has been migrated to the internal GitHub Enterprise server. OSCP organisation, scripts repository.

Documentation

Documentation for hub-rest-api-python can be found on the base project: Hub REST API Python Wiki