Response {ArctosR}R Documentation

Response

Description

Response returned from Arctos.

Methods

Public methods


Method new()

Usage
Response$new(request, raw_response)

Method set_start_index()

Usage
Response$set_start_index(start)

Method was_success()

Usage
Response$was_success()

Method is_empty()

Usage
Response$is_empty()

Method has_json_content()

Usage
Response$has_json_content()

Method to_list()

Usage
Response$to_list()

Method to_records()

Usage
Response$to_records(start = 0)

Method clone()

The objects of this class are cloneable with this method.

Usage
Response$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


[Package ArctosR version 0.1.1 Index]