S
S
Sarrius2016-08-05 12:03:31
Android
Sarrius, 2016-08-05 12:03:31

Why does Retrofit 2 not work when @Query has a lot of IDs?

@GET("objects/")
Call<List<Object>> getObjectsByIds(@Query("ids")String ids();

I fill out a sheet of 50 IDs. Retrofit (probably) refuses to eat so much, because when I take 10-15 pieces, then everything is fine.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question