> +
> +   @Named("b2_list_parts")
> +   @POST
> +   @Path("/b2api/v1/b2_list_parts")
> +   @RequestFilters(RequestAuthorization.class)
> +   @MapBinder(BindToJsonPayload.class)
> +   @Consumes(APPLICATION_JSON)
> +   @Produces(APPLICATION_JSON)
> +   ListPartsResponse listParts(@PayloadParam("fileId") String fileId, 
> @PayloadParam("startPartNumber") @Nullable Integer startPartNumber, 
> @PayloadParam("maxPartCount") @Nullable Integer maxPartCount);
> +
> +   @Named("b2_list_unfinished_large_files")
> +   @POST
> +   @Path("/b2api/v1/b2_list_unfinished_large_files")
> +   @RequestFilters(RequestAuthorization.class)
> +   @MapBinder(BindToJsonPayload.class)
> +   @Consumes(APPLICATION_JSON)

Remove

---
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/282/files/3119a8be67053528b143acb9ad0a5c383df51a89#r67439407

Reply via email to