I have an instance where I need to pass multiple of the same named parameters to a server (array of data).
Changing it is not a possibility.
http://test
Retrofit as of 1.4.0 added the ability to send an array or List as a @Field or @Query parameter.
@Field
@Query
New: @Query and @EncodedQuery now accept List or arrays for multiple values. New: @Field now accepts List or arrays for multiple values.