.make_request | R Documentation |
Make requests to the 'TimeGPT' API This is a private function of 'nixtlar'
.make_request(base_url, api_key, payload_list)
base_url |
String specifying the API endpoint to which the request is sent. |
api_key |
The user's API key. |
payload_list |
List containing the information to be sent to the 'TimeGPT' API. |
List representing the JSON response from the API endpoint.
## Not run:
response <- .make_request(base_url, api_key, payload_list)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.