endpoint_input_mapping {votesmart} | R Documentation |
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
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
Source
http://api.votesmart.org/docs/
[Package votesmart version 0.1.2 Index]