dot-post: HTTP POST method

.postR Documentation

HTTP POST method

Description

HTTP POST method

Usage

.post(
  path,
  query = NULL,
  body = NULL,
  content.type = "application/json",
  accept = "application/json"
)

Arguments

path

API path

query

query string parameters

body

request body (will be serialized to JSON)

content.type

Content-Type of the body

Value

httr response


genesysr documentation built on Oct. 13, 2023, 9:07 a.m.