Skip to contents

List all serviceNames in the directory for a particular providerName

Usage

get_services(provider)

Arguments

provider

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

Value

A character vector of service names.

Examples

if (FALSE) { # interactive()
get_services("1password.com")
get_services("adyen.com")
}