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.
1 parent 2cefbdc commit a6d34d3Copy full SHA for a6d34d3
README.md
@@ -66,8 +66,7 @@ For more information: https://ktor.io/docs/client-logging.html
66
#### Example usage of the `VehiclesRouter`:
67
68
```kotlin
69
-val api = Api.create()
70
-val response: List<Vehicle> = api.vehicles.all("organisation-id", VehicleRequestParameters(
+val response: List<Vehicle> = Api.vehicles.all("organisation-id", VehicleRequestParameters(
71
includes = listOf(
72
VehicleIncludes.Specification
73
)
0 commit comments