set_key_token {repello} | R Documentation |
Set Key-Token
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
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 |
[Package repello version 1.0.1 Index]