Skip to contents

Display API and Red List versions

Usage

rl_version(api)

Arguments

api

A httr2 response object created with init_api().

Value

A list containing the API version and Red List version.

Examples

if (FALSE) { # \dontrun{
api <- rl_version(api)
} # }