Skip to content

Instantly share code, notes, and snippets.

@pranay1494
Created January 20, 2020 16:05
Show Gist options
  • Save pranay1494/0674b2a00afced6bd5dd08cd9021d5cd to your computer and use it in GitHub Desktop.
Save pranay1494/0674b2a00afced6bd5dd08cd9021d5cd to your computer and use it in GitHub Desktop.
interface VideoUploadClient {
@POST
@Multipart
fun uploadVideoToServer(@Url url: String,
@PartMap body : Map<String,@JvmSuppressWildcards RequestBody>,
@Part video: MultipartBody.Part): Observable<ResponseBody>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment