api_post_request {epigraphdb}R Documentation

Wrapper of httr::POST that handles status errors and custom headers

Description

Wrapper of httr::POST that handles status errors and custom headers

Usage

api_post_request(route, params, retry_times, retry_pause_min)

Arguments

route

An EpiGraphDB API endpoint route, e.g. "/mr"

params

POST request payload


[Package epigraphdb version 0.2.3 Index]