Skip to contents

Returns the API entry for one specific version of an API where there is no serviceName.

Usage

get_api(provider, api)

Arguments

provider

A string describing the API provider, such as such as "1password.com" or "apis.guru".

api

A string giving the version of the API, such as "2.2.0" or "v2".

Value

A schema_api_version() tibble.

Examples

if (FALSE) { # interactive()
get_api("apis.guru", "2.2.0")
}