DigitalOceanPHP / Client

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

Also support types 'custom' and 'snapshot' in Image API #333

Open malc0mn opened 3 months ago

malc0mn commented 3 months ago

Although not in the official Digital Ocean API documentation, the types 'custom' and 'snapshot' can also be used to filter the image list on.

However, the current implementation does not allow this due to the guard checks in the Image::getAll() call.