R/path_get_api.R
get_api.Rd
Returns the API entry for one specific version of an API where there is no serviceName.
get_api(provider, api)
A string describing the API provider, such as such as "1password.com" or "apis.guru".
A string giving the version of the API, such as "2.2.0" or "v2".
A schema_api_version() tibble.
schema_api_version()
if (FALSE) { # interactive() get_api("apis.guru", "2.2.0") }