AdaptixPutHTTPRequest: Basic http PUT request to Adaptix.

Description Usage Arguments Value Examples

Description

Basic http PUT request to Adaptix.

Usage

1
AdaptixPutHTTPRequest(conn, url, payload, verbose = F)

Arguments

conn

a valid Adaptix connection object.

url

the complete URL on which to perform the HTTP operation.

payload

payload of the request, supplied either as a JSON character string or a list.

verbose

display HTTP operation details.

Value

the complete httr response.

Examples

1
AdaptixPutHTTPRequest(conn = conn, url = "https://alpha.adaptix.io/api/streams", payload =  list(name = "my_stream"), verbose = TRUE)

Sensewaves/AdaptixR documentation built on May 28, 2019, 2:44 p.m.