digitalocean-api-java
digitalocean-api-java copied to clipboard
DigitalOcean API Client in Java
because of new DO plans with decimal transfer values, addressing #122
V2.17 Release The `getAvailableSizes` cause **JsonSyntaxException** ``` com.myjeeva.digitalocean.impl.DigitalOceanClient: Error occurred while parsing response com.google.gson.JsonSyntaxException: java.lang.NumberFormatException: Expected a long but was 0.5 at line 1 column 87 path $.sizes[0].transfer at com.google.gson.internal.bind.TypeAdapters$11.read(TypeAdapters.java:320)...
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
I can successfully import an SSH Key and then I can successfully use that SSH Key to create a Droplet. I have verified that I can successfully log in to...
Bumps httpclient from 4.5.12 to 4.5.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
If one of the tags has a space, or any other character other than letters and numbers, the tags are not applied AT ALL to the droplet on creation. When...
Please Add Support for https://developers.digitalocean.com/documentation/spaces/ Thanks
ImageId and Droplet SnapshotId are integer, but VolumeId and Volume SnapshotId are string. That cause type mismatch, while trying to get all snapshots or volume snapshots.
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. Changelog Sourced from junit's changelog. Summary of changes...