DigitalOceanPHP / Client

DigitalOcean API v2 client for PHP
MIT License
709 stars 205 forks source link

Added support for newer properties for volumes #246

Closed UndefinedOffset closed 4 years ago

UndefinedOffset commented 4 years ago

This adds a couple of missing properties to the Volume entity, those specific properties are filesystem_type, filesystem_label, and tags. Perhaps this is best as part of #240 since that pull adds support for setting them but not reading them from the api.

GrahamCampbell commented 4 years ago

Thanks.