fbreckle / go-netbox

Package netbox provides an API client for DigitalOcean's NetBox IPAM and DCIM service.
Other
1 stars 22 forks source link

🔨 Add support for multiple tags #23

Closed twink0r closed 1 year ago

twink0r commented 1 year ago

See documentation for multiple value parameters

fbreckle commented 1 year ago

Can you quickly elaborate what this change will do and why we need it?

I.e. run make generate, so I can check the code changes that will happen

twink0r commented 1 year ago

This allows the usage of running multiple tags, as described here: https://github.com/fbreckle/go-netbox/issues/22

Filter by tags is more useful for selecting multiple VMs or devices than all other methods provided by the Netbox provider right now