VersionInfo

data class VersionInfo(val version: String, val url: Url)(source)

Information about a specific version of a GBFS feed.

Constructors

Link copied to clipboard
constructor(version: String, url: Url)

Properties

Link copied to clipboard
val url: Url

URL of the corresponding gbfs.json endpoint.

Link copied to clipboard

The semantic version of the feed in the form X.Y.