object_http {DominoDataR}R Documentation

HTTP requests for Object Stores

Description

HTTP requests for Object Stores

Usage

object_http(
  verb = "GET",
  url,
  datasource_type,
  config = list(),
  headers = list(),
  request_body = "",
  write_disk = NULL
)

Arguments

verb

A character string containing an HTTP verb, defaulting to “GET”.

url

Signed URL to download object at.

datasource_type

Type of datasource the object is stored in.

config

A list of config values for the REST call.

headers

A list of request headers for the REST call.

request_body

A character string containing request body data.

write_disk

An argument like write_disk to write the result directly to disk.

Details

This is mostly for internal use by object store APIs.

Value

a response object.


[Package DominoDataR version 0.2.3 Index]