API

interface API

API class is used to query the api used within App.

Author

Darshan Bhanushali

Created on December 24, 2021

Functions

Link copied to clipboard
@GET(value = "/")
abstract suspend fun getSampleVehicles(@Query(value = "p1Lat") lat1: Double, @Query(value = "p1Lon") long1: Double, @Query(value = "p2Lat") lat2: Double, @Query(value = "p2Lon") long2: Double): JsonObject