Skip to content

Instantly share code, notes, and snippets.

@Pouyaa91
Last active September 16, 2023 01:31
Show Gist options
  • Save Pouyaa91/b94625429dc33b3ad905c3a352386272 to your computer and use it in GitHub Desktop.
Save Pouyaa91/b94625429dc33b3ad905c3a352386272 to your computer and use it in GitHub Desktop.
interface CategoriesApiService {
@GET("categories.php")
suspend fun getCategories(): NetworkCategoriesWrapper
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment