Guest User

Untitled

a guest
Jan 20th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. interface ApiInterface {
  2. @GET("upcoming?api_key=78adf61cd991fec888c055105c148a44")
  3. fun getMovie(): Observable<MovieResponse>
  4. }
Add Comment
Please, Sign In to add comment