VersionInfo

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

Information about a specific version of a GOFS feed.

Constructors

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

Properties

Link copied to clipboard
val url: Url

URL of the corresponding gofs.json endpoint.

Link copied to clipboard

Version number of the feed.