Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created July 28, 2020 14:12
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 PatilShreyas/3d93de20e53370751ddd8566e394f634 to your computer and use it in GitHub Desktop.
Save PatilShreyas/3d93de20e53370751ddd8566e394f634 to your computer and use it in GitHub Desktop.
interface UnwiredLabsService {
@POST("v2/process.php")
suspend fun getLocationByCellInfo(@Body cellInfo: CellInfo): Response<CellLocation>
companion object {
const val BASE_URL = "https://ap1.unwiredlabs.com/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment