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

View source: R/nixtla_client_setup.R

nixtla_client_setupR 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)


nixtlar documentation built on Oct. 30, 2024, 5:07 p.m.