[BUG]: Example2 Needs updated to issueset_addregated.all(), issueset.all() returns 404. #167
Open
1 task done
Labels
bug
Something isn't working
Is there an existing issue for this?
Description of the bug
In the example2 (https://github.com/snyk-labs/pysnyk/blob/master/examples/api-demo-2-list-issues.py), it is still using the deprecated
issueset.all()
[api-demo-2-list-issues.py:60]. This example needs updated to use the newissueset_aggregated.all()
. It looks like the old endpoint has been sunset as it now returns a 404.The additional variables inside the returned object will be different so the print and excel [api-demo-2-list-issues.py:83-81] functions need updated as well.
If you don't get this updated, I can look into forking and rewriting that example and submit a pull request. I just don't know when I will have time.
Steps To Reproduce
Run https://github.com/snyk-labs/pysnyk/blob/master/examples/api-demo-2-list-issues.py
Additional Information
No response
The text was updated successfully, but these errors were encountered: