nixtla_client_setup {nixtlar}R Documentation

Set base 'ULR' and 'API' key in global environment

Description

Set base 'ULR' and 'API' key in global environment

Usage

nixtla_client_setup(base_url = NULL, api_key = NULL)

Arguments

base_url

Custom base 'URL'. If NULL, defaults to "https://api.nixtla.io/".

api_key

The user's 'API' key. Get yours here: https://dashboard.nixtla.io/

Value

A message indicating the configuration status.

Examples

## Not run: 
  nixtlar::nixtla_client_setup(
    base_url = "Base URL",
    api_key = "Your API key"
  )

## End(Not run)


[Package nixtlar version 0.6.2 Index]