VERB_n: Generic implementation of HTTP methods with retries and...

Description Usage Arguments Note

View source: R/utils-httr.R

Description

Generic implementation of HTTP methods with retries and authentication

Usage

1
VERB_n(VERB, n = 5)

Arguments

VERB

function; an HTTP verb (e.g. GET, POST, etc.)

n

integer; the number of retries

Note

This function is meant to be used internally. Only use when debugging.


StevenMMortimer/squareupr documentation built on July 12, 2019, 1:45 a.m.