Guest User

Untitled

a guest
Feb 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class MyRequestBody {
  2.  
  3. private String name;
  4. private String description;
  5. private String photoBase64;
  6. ...
  7. }
  8.  
  9. @POST("upload")
  10. Single<ApiResponse> uploadPhoto(@Body MyRequestBody myRequestBody);
Add Comment
Please, Sign In to add comment