snyk-labs / pysnyk

A Python client for the Snyk API.
https://snyk.docs.apiary.io/
MIT License
85 stars 116 forks source link

add version param support for REST delete calls #218

Open sebsnyk opened 1 month ago

sebsnyk commented 1 month ago

Currently, the REST API calls via pysnyk do not work because of a missing version header. This copies the code from get and also adds support for manual version specification.