Created
October 24, 2019 06:57
-
-
Save pvthiendeveloper/cd7c9032b0c946e279fadb36e44863f5 to your computer and use it in GitHub Desktop.
Test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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