> +   @Named("droplet:create")
> +   @GET
> +   @Path("/new")
> +   @SelectJson("droplet")
> +   DropletCreation create(@QueryParam("name") String name, 
> @QueryParam("image_slug") String imageSlug,
> +         @QueryParam("size_slug") String sizeSlug, 
> @QueryParam("region_slug") String regionSlug);
> +
> +   /**
> +    * Creates a new droplet.
> +    * 
> +    * @param name The name for the new droplet.
> +    * @param imageSlug The slug of the image to use to create the droplet.
> +    * @param sizeSlug The slug of the size to use to create the droplet.
> +    * @param regionSlug The slug region where the droplet must be created.
> +    * @param options Custom options to create the droplet.
> +    * @return The created droplet.

Add a `@see` pointing to the other variant of this call?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/63/files#r12805838

Reply via email to