Skip to contents

List all the providers in the apis.guru directory.

Usage

get_providers(max_reqs = Inf, max_tries_per_req = 3)

req_get_providers()

tidy_policy_get_providers()

Arguments

max_reqs

(length-1 integer) The maximum number of separate requests to perform. Passed on to nectar::req_perform_opinionated().

max_tries_per_req

(length-1 integer) The maximum number of times to attempt each individual request. Passed on to nectar::req_perform_opinionated().

Value

get_providers(): The API response.

req_get_providers(): (httr2_request) A httr2::request() object.

tidy_policy_get_providers(): (nectar_tidy_policy) A list like the ones returned by nectar::tidy_policy_prepare().