List all APIs in the directory for a particular providerName. Returns links to the individual API entry for each API.
Arguments
- provider
A string describing the API provider, such as such as "1password.com" or "apis.guru".
Value
A schema_api_versions()
tibble.
Examples
if (FALSE) { # interactive()
head(get_provider())
}