default_response_handler: Default response handler

View source: R/api-client.R

default_response_handlerR Documentation

Default response handler

Description

Converts data.frame results in the parsed response to data.table objects when the data.table package is available. Applied automatically by api_client unless overridden via the response_handler argument.

Usage

default_response_handler(content)

Arguments

content

Parsed response content from an API call.

Value

The processed content, with any data.frame objects converted to data.table if the data.table package is installed.


azr documentation built on May 5, 2026, 1:08 a.m.