Posts by Jonas Rosendo • 1 point
1 post
-
0
votes1
answer17
viewsA: Run call in retrofit 2
Man, I had a similar problem once, I think the flaw is in here @Query("apiKey") apiKey: String. I think it should be @Query("api_key") apiKey: String.
1 post
0
votes1
answer17
viewsMan, I had a similar problem once, I think the flaw is in here @Query("apiKey") apiKey: String. I think it should be @Query("api_key") apiKey: String.