Created
July 28, 2020 14:12
-
-
Save PatilShreyas/3d93de20e53370751ddd8566e394f634 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
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