Skip to content

Instantly share code, notes, and snippets.

@khunzohn
Created December 15, 2019 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khunzohn/6eebb0012c3c5edf4cc1414fbc5066f9 to your computer and use it in GitHub Desktop.
Save khunzohn/6eebb0012c3c5edf4cc1414fbc5066f9 to your computer and use it in GitHub Desktop.
interface MovieService {
@GET("movie/now_playing")
suspend fun getUpcomingMovies(@Query("api_key") apiKey: String): Response<MovieResponse>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment