ApiResponse: ApiResponse

ApiResponseR Documentation

ApiResponse

Description

ApiResponse Class

Format

An R6Class generator object

Public fields

content

The deserialized response body.

response

The raw response from the endpoint.

Methods

Public methods


Method new()

Create an ApiResponse

Usage
ApiResponse$new(content, response)
Arguments
content

The deserialized response body.

response

The raw response from the endpoint.


Method clone()

The objects of this class are cloneable with this method.

Usage
ApiResponse$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


lifs-tools/rmzTab-m documentation built on Jan. 26, 2023, 4:45 p.m.