Advertisement
Guest User

Untitled

a guest
Aug 13th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. import retrofit2.Call;
  2. import retrofit2.http.GET;
  3.  
  4. public interface APIService {
  5.  
  6.     @GET("api/games?key=8164752672e54280804dc384e13c4772&dates=2019-09-01,2019-09-30&platforms=18,1,7")
  7.     Call<APIResponse> GetGame();
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement