Skip to content

Instantly share code, notes, and snippets.

@carolinemusyoka
Created September 10, 2020 01:48
Show Gist options
  • Save carolinemusyoka/5daac1ae12df75878a3dfdbef264a3b1 to your computer and use it in GitHub Desktop.
Save carolinemusyoka/5daac1ae12df75878a3dfdbef264a3b1 to your computer and use it in GitHub Desktop.
class ApiHelper(private val apiService: ApiService) {
suspend fun getSuperHeroes() = apiService.getSuperHeroes()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment