Learn R Programming

votesmart (version 0.1.2)

endpoint_input_mapping: Endpoint-Input Mapping

Description

Unnested tibble containing the mapping between each endpoint, the inputs it takes, and whether those inputs are required. One or more input rows per endpoint.

Usage

endpoint_input_mapping

Arguments

Format

A tibble with 108 rows and 3 variables:

endpoint

name of the API endpoint

input

one or multiple inputs that can be used in the request to that endpoint

required

boolean: whether that input is required for that endpoint