set_key_token: Set Key-Token

Description Usage Arguments

View source: R/set_key_token.R

Description

This function allows you to set the user key and token for API calls. You can either link to text files which contain the key and token, or you can leave the arguments blank and manually input the key and token when prompted

Usage

1
set_key_token(key_file = NULL, token_file = NULL, path = getwd())

Arguments

key_file

The name of the file which contains the Trello key

token_file

The name of the file which contains the user token

path

The path to the location of the user token file


repello documentation built on Jan. 15, 2021, 3:35 p.m.