unioslo / harborapi

Python async client for the Harbor REST API v2.0.
https://unioslo.github.io/harborapi/
MIT License
28 stars 5 forks source link

Add `get_project_artifacts()` #98

Closed pederhan closed 5 hours ago

pederhan commented 5 hours ago

Adds new method get_project_artifacts().

Also adds with_sbom_overview to the two other artifact methods (get_artifact(), get_artifacts()).

Yeah, 2 changes in one PR. Deal with it.