[
https://issues.apache.org/jira/browse/JCLOUDS-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553726#comment-14553726
]
Chris Custine commented on JCLOUDS-613:
---------------------------------------
[~nacx] I pulled and tested your fork locally and the @Nullables you removed
are definitely going to be an issue. I originally added the additional
@Nullables for specific cases where DO returns those attributes but they are
returned empty. For instance, the create droplet response body returns region
and image as empty as shown in the response body example [in the
docs|https://developers.digitalocean.com/documentation/v2/#create-a-new-droplet],
even though the API docs don't show then as nullable. There are a couple of
other similar cases as well.
I think you were probably mid-stream with some of the cert and fingerprint
tests because it looks like the RSA test certs are missing and causing
failures. If you happen to get those updated and working please push them up
and I will do more testing tomorrow.
Everything else is looking good from what I can tell, and I will let you know
if I find anything else in my testing.
> Implement the DigitalOcean v2 API
> ---------------------------------
>
> Key: JCLOUDS-613
> URL: https://issues.apache.org/jira/browse/JCLOUDS-613
> Project: jclouds
> Issue Type: New Feature
> Components: jclouds-compute
> Affects Versions: 1.7.3
> Reporter: Ignasi Barrera
> Assignee: Ignasi Barrera
> Labels: digitalocean
> Fix For: 2.0.0
>
>
> DigitalOcean has just released the version 2 of their API. It introduces some
> major changes as long as many improvements and features that make the API
> more easy to consume.
> Version 2 is now a more RESTful API, has a better error population (and hope
> this will help us get rid of the [custom HTTP response parsing
> code|https://github.com/jclouds/jclouds-labs/blob/master/digitalocean/src/main/java/org/jclouds/digitalocean/http/ResponseStatusFromPayloadHttpCommandExecutorService.java#L89-L128]),
> and and a more complete domain model.
> https://www.digitalocean.com/company/blog/api-v2-enters-public-beta/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)