Skip to content

Instantly share code, notes, and snippets.

@abos3d
Created June 22, 2021 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abos3d/4e1e77e7341d8bd9e4f5af50aca333c8 to your computer and use it in GitHub Desktop.
Save abos3d/4e1e77e7341d8bd9e4f5af50aca333c8 to your computer and use it in GitHub Desktop.
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