endpoint_parameters: List all endpoint parameters

View source: R/api_info.R

endpoint_parametersR Documentation

List all endpoint parameters

Description

endpoint_parameters returns a vector of parameters associated with an API endpoint from the schema

Usage

endpoint_parameters(api_endpoint, no_paging = FALSE)

Arguments

api_endpoint

The name of an API endpoint.

no_paging

Logical that omits the paging arguments by default

Value

A character vector of parameters.

Examples


endpoint_parameters( "sites" )


namc-utah/NAMCr documentation built on Feb. 12, 2024, 4:29 a.m.