NAME
idoit-test-api - test the i-doit RPC API
VERSION
version 0.4.4
SYNOPSIS
idoit-test-api [ options ]
OPTIONS
--help | -h | -?
Show a short description and exit.
--man
Show the full man page and exit.
--config path
Read configuration values from a file found at the given path.
--version | -V
Show the version and exit.
CONFIGURATION FILE FORMAT
The configuration file should contain lines with a key and a value separated by equal sign (=) or colon (:). The key and the value may be enclosed in single (') or double (") quotation marks. Leading and trailing white space is removed as well as a comma (,) at the the end of the line.
The program needs the following keys in the file:
- key
-
The API key for i-doit.
- url
-
The URL of the i-doit instance.
- username
-
The username for the login (optional).
- password
-
The password for the login (optional).
AUTHOR
Mathias Weidner <mamawe@cpan.org>