> @@ -81,6 +82,15 @@
> @Payload("%7B\"keypair\":%7B\"name\":\"{name}\"%7D%7D")
> ListenableFuture<? extends KeyPair> create(@PayloadParam("name") String
> name);
>
> + @Named("keypair:get")
> + @GET
> + @Path("/os-keypairs/{name}")
> + @SelectJson("keypair")
> + @Consumes(MediaType.APPLICATION_JSON)
> + @Produces(MediaType.APPLICATION_JSON)
This request does not produce a body. Is this annotation really needed?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/391/files#r13406729