> +   @POST
> +   @Path("/b2api/v1/b2_delete_file_version")
> +   @MapBinder(BindToJsonPayload.class)
> +   @RequestFilters(RequestAuthorization.class)
> +   @Consumes(APPLICATION_JSON)
> +   @Produces(APPLICATION_JSON)
> +   DeleteFileResponse deleteFileVersion(@PayloadParam("fileName") String 
> fileName, @PayloadParam("fileId") String fileId);
> +
> +   @Named("b2_get_file_info")
> +   @POST
> +   @Path("/b2api/v1/b2_get_file_info")
> +   @MapBinder(BindToJsonPayload.class)
> +   @RequestFilters(RequestAuthorization.class)
> +   @Consumes(APPLICATION_JSON)
> +   @Produces(APPLICATION_JSON)
> +   B2Object getFileInfo(@PayloadParam("fileId") String fileId);

Done.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/276/files/d27eef19e1ef39d560170786aa7a9ef1f711b71b#r66384126

Reply via email to