snyk-labs / pysnyk

A Python client for the Snyk API.

Home Page:https://snyk.docs.apiary.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add project tags to data model

sp3nx0r opened this issue · comments

With the release of project tags on API, would be great to get pysnyk's Project data class and associated Tags data class updated. Currently have to do a low level API call with pysnyk to pull back tagging data. Thanks!

Hi @sp3nx0r. We have support now for tags in master #70

We're just fixing up some of the release automation before shipping a new version. We should have that out next week I hope.

I'm also going to add this to the project manager when I get a moment, with the intent of having an API like:

client.projects.filter(tags: [{ "key": "something", "value": "else"}])

This should support more efficient querying.

@sp3nx0r Just to let you know, tagging functionality is now available in 0.4.1.