Learn R Programming

ArctosR (version 0.1.3)

Request: Request

Description

A generic Arctos request. Not intended to be used directly. See InfoRequestBuilder and CatalogRequestBuilder.

Arguments

Methods


Method with_endpoint()

Usage

Request$with_endpoint(endpoint)


Method add_param()

Usage

Request$add_param(...)


Method add_params()

Usage

Request$add_params(l)


Method serialize()

Usage

Request$serialize()


Method perform()

Usage

Request$perform(api_key = NULL)


Method from_raw_response()

Usage

Request$from_raw_response(raw_response)


Method clone()

The objects of this class are cloneable with this method.

Usage

Request$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.