>     @Consumes(MediaType.APPLICATION_JSON)
> -   @Fallback(Fallbacks.NullOnNotFoundOr404.class)
> -   ProductPackage getProductPackage(@PathParam("id") long id);
> +   @Fallback(Fallbacks.EmptySetOnNotFoundOr404.class)
> +   Set<SoftwareDescription> getAllObjects();

@nacx this confuses me as well: the SoftLayer api is named `getAllObjects` but 
it is actually `listSoftwareDescriptions`. Shall I use the real name or the 
meaningful one? thanks!

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

Reply via email to