Skip to contents

List OpenAPI parameters for a specific adapter

Usage

bunddev_parameters_for(endpoint)

Arguments

endpoint

Adapter function or its name.

Value

A tibble with the same columns as bunddev_parameters(), filtered to the OpenAPI path/method associated with endpoint.

Details

Resolves the adapter to an OpenAPI path/method mapping and filters parameters accordingly.

Examples

if (FALSE) { # \dontrun{
bunddev_parameters_for(smard_timeseries)
} # }