snyk-labs / pysnyk

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

Enhancement: Get lastTestedDate from latest_issue_counts.updated_at instead of snapshot #210

Closed JacobDiChiacchio closed 8 months ago

JacobDiChiacchio commented 9 months ago

There is no reason to require an extra API call for this attribute, since it is already pulled in the initial projects call.

garethr commented 8 months ago

Merged in https://github.com/snyk-labs/pysnyk/commit/cdcc8f879aa473bebadaef18e4c49508e677530e including updating the tests. Thanks again.