Skip to content

Instantly share code, notes, and snippets.

@orcchg
Created October 21, 2023 08:31
Show Gist options
  • Save orcchg/65d2815bcbe6e77a2e7118a3951f19c5 to your computer and use it in GitHub Desktop.
Save orcchg/65d2815bcbe6e77a2e7118a3951f19c5 to your computer and use it in GitHub Desktop.
A typical network call using suspend method
interface RestAdapter {
suspend fun upload(data: DataForRequest): DataFromResponse
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment