From 37bfee5dedd480de842a177f0f171226dbf05f8f Mon Sep 17 00:00:00 2001 From: leojoy95 <52933306+leojoy95@users.noreply.github.com> Date: Thu, 7 Dec 2023 01:15:15 +0530 Subject: [PATCH] Update README.md Creating an extended readme to state Snyk Support is not responsible for handling Customer tickets related to Pysnyk --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c73d231..64dbe03 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.