> * @param options optional parameters
> * @return information about the added domain
> */
> - Domain create(String domain, AddDomainOptions... options);
> + @Named("domain:add")
> + @POST
> + @Path("/domain/add/format/json")
> + @SelectJson("domain")
> + @Consumes(MediaType.APPLICATION_JSON)
> + Domain create(@FormParam("domainname") String name, AddDomainOptions...
> options);
See comment about `AddRecordOptions` below. I see that `update` below takes a
**single** options object?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/88/files#r5557588