Federico Erostarbe
Results
1
issues of
Federico Erostarbe
I am attempting to make a multipart iterable call. If I'm understanding correctly, this is the way to go ``` @Multipart @POST("/foo/bar/") Call method(@Part("ping") List ping) ``` Thing is, I...