Skip to content

Instantly share code, notes, and snippets.

@Aldikitta
Created June 14, 2023 09:33
Show Gist options
  • Save Aldikitta/24a410861a265cfe09cea8d5a7b936ff to your computer and use it in GitHub Desktop.
Save Aldikitta/24a410861a265cfe09cea8d5a7b936ff to your computer and use it in GitHub Desktop.
@GET("list/{id}")
suspend fun getDetailAgentVisitWithFullResponse(
@Header("Authorization") token: String,
@Path(value = "id", encoded = true) id: Int
): BaseResponse<GetAgentDetailResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment