jeevatkm / digitalocean-api-java

DigitalOcean API Client in Java
https://www.digitalocean.com/community/projects/api-client-in-java
MIT License
177 stars 68 forks source link

Wrong SnapshotId type for Volume Snapshots #117

Open gcherkasov opened 3 years ago

gcherkasov commented 3 years ago

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.