Go to file
Linux User e1fc242f4e send result by email 2020-11-08 00:08:50 +00:00
.gitignore initial commit 2020-11-07 20:54:07 +00:00
README.md update readme 2020-11-07 20:58:02 +00:00
add_todo.sh send result by email 2020-11-08 00:08:50 +00:00

README.md

Basic shell scripts for interacting with a Kanboard installations API.

Usage

API access credentials should be saved in an .env file in the form of:

export _api_auth='jsonrpc:api_token'

Where api_token has the value found on the settings page of the Kanboard web UI.

# add a 'todo' task:
./add_todo.sh title description