Skip to content

Commit

Permalink
Merge pull request #6 from donhui/toc
Browse files Browse the repository at this point in the history
add toc
  • Loading branch information
donhui committed Feb 22, 2023
2 parents 68c752e + 684f6b1 commit 3af679b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Python wrapper for JFROG Xray REST API
`jfrog-xray-api` is a live python package for JFrog Xray REST API.

# Tables of Contents

<!-- toc -->
- [Install](#install)
- [Usage](#usage)
* [Authentication](#authentication)
* [Components](#components)
+ [Find Component by Name](#find-component-by-name)
+ [Find Components by CVEs](#find-components-by-cves)
+ [Find CVEs by Components](#find-cves-by-components)
+ [Get Component List Per Watch](#get-component-list-per-watch)
+ [Get Artifact Dependency Graph](#get-artifact-dependency-graph)
+ [Compare Artifacts](#compare-artifacts)
+ [Get Build Dependency Graph](#get-build-dependency-graph)
+ [Compare Builds](#compare-builds)
+ [Export Component Details](#export-component-details)
* [SUMMARY](#summary)
+ [Build Summary](#build-summary)
+ [Artifact Summary](#artifact-summary)
* [ISSUES](#issues)
+ [Create Issue Event](#create-issue-event)
+ [Update Issue Event](#update-issue-event)
+ [Get Issue Event](#get-issue-event)
<!-- tocstop -->

# Install
```
pip install jfrog-xray-api
Expand Down

0 comments on commit 3af679b

Please sign in to comment.