Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Created May 7, 2024 13:00
Show Gist options
  • Save MkhytarMkhoian/c8af58c0de2738ba6be19eb44fc16626 to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/c8af58c0de2738ba6be19eb44fc16626 to your computer and use it in GitHub Desktop.
interface UserRetrofitApi: UserApi {
@GET("users")
override suspend fun getUsers(): List<UserDTO>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment