Learn R Programming

nixtlar (version 0.6.1)

.make_request: Make requests to the 'TimeGPT' API This is a private function of 'nixtlar'

Description

Make requests to the 'TimeGPT' API This is a private function of 'nixtlar'

Usage

.make_request(url, payload_list)

Value

List representing the JSON response from the API endpoint.

Arguments

url

String specifying the API endpoint to which the request is sent.

payload_list

List containing the information to be sent to the 'TimeGPT' API.

Examples

Run this code
if (FALSE) {
  response <- .make_request(url, payload_list_element)
}

Run the code above in your browser using DataLab