We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb24fcb + 0be314d commit 1b6884fCopy full SHA for 1b6884f
library/src/main/java/cloud/pace/sdk/api/fueling/FuelingAPI.kt
@@ -9,10 +9,10 @@ package cloud.pace.sdk.api.fueling
9
10
import cloud.pace.sdk.api.API
11
12
-/** Fueling API */
+/** The PACE Fueling API is responsible for managing fueling related actions. */
13
object FuelingAPI {
14
15
- const val VERSION = "2024-2"
+ const val VERSION = "2024-3"
16
internal val baseUrl = "${API.baseUrl}/fueling/$VERSION/"
17
18
class DiscountAPI
0 commit comments