post_json: POST JSON and return parsed body

View source: R/client.R

post_jsonR Documentation

POST JSON and return parsed body

Description

POST JSON and return parsed body

Usage

post_json(path, body, timeout = 600)

Arguments

path

API path.

body

List to send as JSON.

timeout

Request timeout in seconds.

Value

Parsed JSON response as a list.


rMIDAS2 documentation built on March 12, 2026, 9:07 a.m.