-
Hey @toin0u @GrahamCampbell @yassirh (not sure who to tag here), DigitalOcean has been making many strides in their API, with lots more in the works. This Github repo is invaluable to the PHP communi…
-
Examples:
- https://bitbucket.org/mailchimp/mailchimp-api-php/src/03ae0dba64d1a902fb4d76004ef12c8391ededc8/src/Mailchimp.php?at=master
- https://github.com/cosenary/Instagram-PHP-API/blob/master/src/I…
-
For a while now i am facing this issue. No idea why ?
`Fatal error: Uncaught DigitalOceanV2\Exception\HttpException: Unable to authenticate you. in /usr/share/nginx/html/api/do/vendor/toin0u/digita…
-
Im trying to catch errors when the API key for DO is wrong but cant seem get the catch statement correct.
Can anyone advise?
use DigitalOceanV2\Adapter\GuzzleHttpAdapter;
use DigitalOceanV2\D…
-
anyone can give me example code to parser all data?
i got
Fatal error: Cannot use object of type DigitalOceanV2\Entity\Droplet as array in C:\xampp\htdocs\digitalocean\index.php on line 111
-
Ok, I think we should do a 2.3.0 release at the end of this month. What do we want to have included?
-
FYI, I'm getting an error in both my own code or just following the standard examples in the Readme.md when using the BuzzAdapter. Swapping out BuzzAdapter for GuzzleHttpAdapter cures the problem with…
-
Appears to fail with the latest release of [Buzz](https://github.com/kriswallsmith/Buzz)
I haven't looked too closely, but it appears to not be sending the bearer token via the preSend listeners.
ghost updated
5 years ago
-
Digital Ocean API support paging in lists requests
Method `\DigitalOceanV2\Api\DomainRecord` `getAll` in current last version return only 200 elements from first page
Need possibility to set `page` …
-
With latest package version installed, get following error:
```
PHP Fatal error: Uncaught Error: Class 'Buzz\Browser' not found in /vendor/toin0u/digitalocean-v2/src/Adapter/BuzzAdapter.php:39
Sta…