Created
June 22, 2021 08:55
-
-
Save abos3d/4e1e77e7341d8bd9e4f5af50aca333c8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.cleanarchitectkotlinflowhiltsimplestway.data | |
import com.google.gson.JsonObject | |
import retrofit2.http.GET | |
interface APIs { | |
@GET("api/users") | |
suspend fun sampleGet(): JsonObject | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment