Skip to contents

Returns the deployed version of the Media Cloud web app. This is the only endpoint that answers without a token, which makes it a good test of connectivity and a poor test of authentication — use mc_profile() for the latter.

Usage

mc_version(.token = NULL)

Arguments

.token

a token, or path to a saved token file, to use instead of the stored one.

Value

A tibble with one row and the columns version, git_rev and now (server time).

Examples

if (FALSE) { # \dontrun{
mc_version()
} # }