Skip to content

Instantly share code, notes, and snippets.

@cp-hardik-p
Last active March 2, 2022 09:58
Show Gist options
  • Save cp-hardik-p/3bdf39a041dbd098297de91efad3e207 to your computer and use it in GitHub Desktop.
Save cp-hardik-p/3bdf39a041dbd098297de91efad3e207 to your computer and use it in GitHub Desktop.
interface ApiService {
@GET("movielist.json")
suspend fun getMovies(): List<Movie>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment