Request post
Post(url = NULL, auth = NULL, parse_json = NULL, parse_html = FALSE, ...)
a url
a list of authentication variables
list(username = "user", password = "pwd")
or NULL
Other parameters passable to the get verb. Including
cookies: dictionary or list of cookies
headers: dictionary or list of headers
params: tuple or list of parameters
timeout: vector of timeout
data: list of data parameters
if not NULL
returns JSON, to return parsed JSON
if possible, list(is_tibble = TRUE)
if true
request module, json or HTML depending on input