VERB_n {salesforcer} | R Documentation |
Generic implementation of HTTP methods with retries and authentication
Description
Generic implementation of HTTP methods with retries and authentication
Usage
VERB_n(verb)
Arguments
verb |
string; The name of HTTP verb to execute |
Value
The last response. Note that if the request doesn't succeed after
times
then the request will fail and return the response.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]