Skip to content

Instantly share code, notes, and snippets.

@virendersran01
Forked from Aldikitta/ApiService.kt
Created June 18, 2023 13:21
Show Gist options
  • Save virendersran01/532086af4a96bc744570c884091e40a5 to your computer and use it in GitHub Desktop.
Save virendersran01/532086af4a96bc744570c884091e40a5 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