Open malc0mn opened 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.
Image::getAll()
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.