mirror of
https://github.com/ev-map/EVMap.git
synced 2026-04-25 00:27:50 -04:00
OpenChargeMap: also load user comments (not yet implemented)
This commit is contained in:
@@ -34,7 +34,8 @@ interface OpenChargeMapApi {
|
||||
@GET("poi/")
|
||||
suspend fun getChargepointDetail(
|
||||
@Query("chargepointid") id: Long,
|
||||
@Query("compact") compact: Boolean = false
|
||||
@Query("compact") compact: Boolean = false,
|
||||
@Query("includecomments") includeComments: Boolean = true
|
||||
): Response<List<OCMChargepoint>>
|
||||
|
||||
@GET("referencedata/")
|
||||
|
||||
Reference in New Issue
Block a user