digitalocean-api-java icon indicating copy to clipboard operation
digitalocean-api-java copied to clipboard

DigitalOcean API Client in Java

Results 21 digitalocean-api-java issues
Sort by recently updated
recently updated
newest added

Change `private List tags;` to `private List tags;` and the methods in the Droplet class

bug
enhancement

Please refer to https://developers.digitalocean.com/documentation/v2/#project-resources

new-feature

It looks I am returning false here: "lets_encrypt" != "lets_encrypt". Dont you mean !"lets_encrypt".equals??

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

new-feature

Docs: https://developers.digitalocean.com/documentation/v2/#cdn-endpoints

new-feature

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)...