idig_POST: internal POST request

View source: R/base.R

idig_POSTR Documentation

internal POST request

Description

Internal function for POST requests.

Usage

idig_POST(path, body, ...)

Arguments

path

endpoint

body

a list of parameters for the endpoint

...

additional arguments to be passed to httr::POST

Details

Generates a POST request and performs the checks on what is returned. Not exported.

Value

the request (as a list)

Author(s)

Francois Michonneau


ridigbio documentation built on Oct. 7, 2023, 1:08 a.m.