digitalocean-api-java
digitalocean-api-java copied to clipboard
DigitalOcean API Client in Java
Change `private List tags;` to `private List tags;` and the methods in the Droplet class
Please refer to https://developers.digitalocean.com/documentation/v2/#project-resources
It looks I am returning false here: "lets_encrypt" != "lets_encrypt". Dont you mean !"lets_encrypt".equals??
…es so that i would not upload them to project
Hello, I got error "mismatch between number of fingerprints and the returned ssh keys" when creating droplet, DigitalOcean support have done some changes on their side but also then have...
At this time the POJOs do not require any specific details on creation. However, the API calls require certain values to be present. My suggestion would be to request the...
Refer to https://developers.digitalocean.com/documentation/v2/#kubernetes
Docs: https://developers.digitalocean.com/documentation/v2/#cdn-endpoints
V2.17 Release The getAllVolumeSnapshots() request returns always null because of an `JsonSyntaxException` DigitalOceanClient:1614 `com.google.gson.JsonSyntaxException: java.lang.NumberFormatException: For input string: "000b9bcf-****-****-****-0a58ac14d111"` ``` com.google.gson.JsonSyntaxException: java.lang.NumberFormatException: For input string: "000b9bcf-****-****-****-0a58ac14d111" at com.google.gson.internal.bind.TypeAdapters$7.read(TypeAdapters.java:245) at com.google.gson.internal.bind.TypeAdapters$7.read(TypeAdapters.java:235)...