Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 1, 2024 05:51
Show Gist options
  • Save skydoves/c360ea411362a25327fda44094ae1457 to your computer and use it in GitHub Desktop.
Save skydoves/c360ea411362a25327fda44094ae1457 to your computer and use it in GitHub Desktop.
channel_service
interface ChannelService {
@GET("GeminiModel.json")
suspend fun geminiChannels(): ApiResponse<List<GeminiChannel>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment