koalalorenzo / python-digitalocean

🐍🐳 Python module to manage Digital Ocean droplets
GNU Lesser General Public License v3.0
1.25k stars 300 forks source link

Add name parameter to manager get all volumes #346

Closed inthroxify closed 2 years ago

inthroxify commented 2 years ago

the API lets you filter volumes by region and name. the former is already in this library. the latter is missing from the library, and this PR adds it. this PR also adds a test for the new parameter.