Helper Functions for Making an R Client for an API
Provide functions for constructing a URL, sending requests and capturing API
responses. The query parameters are checked and formatted according to a
query_map
which describes the type of requests and queries allowed by the
API.
Install apihelpers
from GitHub using devtools
devtools::install_github('abifromr/apihelpers')