Skip to content

Instantly share code, notes, and snippets.

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