Skip to content

Instantly share code, notes, and snippets.

@pvthiendeveloper
Created October 24, 2019 06:57
Show Gist options
  • Save pvthiendeveloper/cd7c9032b0c946e279fadb36e44863f5 to your computer and use it in GitHub Desktop.
Save pvthiendeveloper/cd7c9032b0c946e279fadb36e44863f5 to your computer and use it in GitHub Desktop.
Test
/**
* Created by Paulina Sadowska on 09.12.2017.
*/
public interface UploadsImService {
@Multipart
@POST("/api")
Single<ResponseBody> postImage(@Part MultipartBody.Part image);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment