/tripkit/TripKitDomain/com.skedgo.tripkit.configuration/Key/ApiKey
ApiKey
[jvm]\ data class ApiKey(val value: String) : Key
An API key is necessary to use TripKit's services, such as A-2-B routing, and all-day routing. In order to obtain an API key, you can sign up here.
Constructors
| ApiKey | [jvm] constructor(value: String) |
Properties
| Name | Summary |
|---|---|
| value | [jvm] val value: String |