Skip to contents

Apply the ApiVersions schema to multiple versions of an API object.

Usage

schema_api_versions(x)

Arguments

x

A named list of API versions.

Value

A tibble describing the API versions.

Examples

if (FALSE) { # interactive()
x <- call_guru_api(path = "/apache.org.json")$apis
names(x)
schema_api_version(x)
}