Guest User

Untitled

a guest
Jul 5th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. public interface DataService {
  2.  
  3.     //@GET("/teams/teams.json")
  4.     @GET("/api/get?site=bash.im&name=bash&num=5")
  5.     Call<JsonArray> getData();
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment