Skip to content

Commit

Permalink
Merge pull request #38 from snyk-tech-services/develop
Browse files Browse the repository at this point in the history
Release update
  • Loading branch information
aarlaud authored Sep 22, 2021
2 parents d1ce217 + 8f77714 commit 1e9825c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

[![Known Vulnerabilities](https://snyk.io/test/github/snyk-tech-services/snyk-api-ts-client/badge.svg)](https://snyk.io/test/github/snyk-tech-services/snyk-api-ts-client)

# Generated Snyk Api client
> **Alpha version !!**
# Documentation based generated Snyk Api Typescript client

Taking as input a swagger definition we convert from the api blueprint, it generates a client for all endpoints.
Taking as input a swagger definition we convert from the api blueprint, it generates a client for all Snyk API v1 endpoints.
APIv3 endpoints are currently not supported.

Generated from [Snyk APIs](https://snyk.docs.apiary.io/)

Expand Down Expand Up @@ -52,3 +52,7 @@ main()
Pass a boolean true/false to see the full response or just the data. Default is false, showing you only the response body.


### Endpoint Deprecation Notes
As of 1.7.3, the `/issues` endpoint is decommissioned. The `aggregated-issues` endpoint is the replacement to use.
Vulnerable paths can be retrieved using the [paths endpoint](https://snyk.docs.apiary.io/#reference/projects/project-issue-paths/list-all-project-issue-paths) which also contain the `fixVersion` info to know how to fix that particular path.
The supporting methods are available in the client generated.

0 comments on commit 1e9825c

Please sign in to comment.