Serhii Marchuk

Results 2 issues of Serhii Marchuk

We are using CORS configuration from documentation example. When browser makes **GET** request at first, CORS allow only **GET** method: Request: ``` OPTIONS /inputs HTTP/1.1 Host: localhost:4080 Connection: keep-alive Pragma:...

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