Learn R Programming

neotoma2 (version 1.0.5)

parsebody: parse_body

Description

An internal helper function to parse the body of POST API requests

Usage

parsebody(x, all_data, ...)

Value

JSON object to parse as a body in a HTTP request

Arguments

x

The HTTP path for the particular API call.

all_data

recovers all_data parameter to decide how to handle downloads lists that would result in a 414 error.

...

Any query parameters passed from the function calling

Author

Socorro Dominguez