Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #209

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build status](https://github.com/snyk-labs/pysnyk/actions/workflows/test.yml/badge.svg)](https://github.com/snyk-labs/pysnyk/actions/workflows/test.yml)


A Python client for the [Snyk API](https://snyk.docs.apiary.io/#).
An Unsupported Python client which can be used to get issues using the Snyk API v1 [Snyk API](https://snyk.docs.apiary.io/#).

## Client

Expand Down Expand Up @@ -274,3 +274,7 @@ response = rest_client.post(f"orgs/{snyk_org}/invites", body={"email": "some.bod
```

For backwards compatibility the get_rest_pages method has an alternative name of get_v3_pages to not break code already rewritten replatformed to the 0.9.0 pysnyk module.

## Support

This client is purely a community based Open source tool. Snyk Support is not responsible for handling Customer issues related to this API client. Please make use of the issues tab to get in touch with us.