Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import retrofit2.Call;
- import retrofit2.http.GET;
- public interface APIService {
- @GET("api/games?key=8164752672e54280804dc384e13c4772&dates=2019-09-01,2019-09-30&platforms=18,1,7")
- Call<APIResponse> GetGame();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement