Question
PHP API Exceptions https://github.com/toin0u/DigitalOceanV2
I am using this API https://github.com/toin0u/DigitalOceanV2 and trying to call this $droplet = $digitalocean->droplet(); and got Exception Property “DigitalOceanV2\Entity\Image::minSize” should exist, and calling this $image = $digitalOcean->image(); returns Operation timed out after 5007 milliseconds with 0 bytes received.
Please help me to figure out these issues.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×