GetPoisService

interface GetPoisService

Functions

getPois
Link copied to clipboard
@GET(value = "pois")
abstract fun getPois(@Query(value = "page[number]"pagenumber: Int? = null, @Query(value = "page[size]"pagesize: Int? = null, @Query(value = "filter[poiType]"filterpoiType: POIType? = null, @Query(value = "filter[appId]"filterappId: String? = null): Call<POIs>