Revision history for WebService-IdoitAPI v0.3.1 Fri Nov 10 20:10:14 CET 2023 - fix: install idoit-object - fix: idoit-object: make option --version (and -V) work - feat: idoit-reports: when printing CSV, sort columns alphabetically - feat: add function WebService::IdoitAPI::Object->get_data() - feat: idoit-object: access get_data() with option --get-data v0.3.0 Wed Nov 8 19:53:37 CET 2023 - add module WebService::IdoitAPI::Object with functions that deal with i-doit objects - add script idoit-object that provides access to WebService::IdoitAPI::Object from the command line v0.2.2 Sun May 7 11:03:46 CEST 2023 - add IO::ScalarArray to test dependencies v0.2.1 Sat May 6 18:58:50 CEST 2023 - move author tests to xt/ - remove links to CPAN ratings, fix #148066 v0.2.0 Thu Mar 16 12:15:18 CET 2023 - add CLI options '--json' and '--pretty' to bin/idoit-reports - WebService::IdoitAPI::read_config() tries to find a config file automatically if none is given - add CLI option '--csv' to bin/idoit-reports v0.1.3 Sun Feb 19 10:47:42 CET 2023 - t/02-connection.t seems to work only with perl >= 5.14 v0.1.2 Fri Feb 17 15:21:27 CET 2023 - update README - give more meaningfull message when JSON RPC client fails - fix GitHub issue #1 v0.1.1 Sun Jan 15 19:46:11 CET 2023 - throw an exeption when configuration misses either apikey or url - add tests 0.1.0 Fri, 07 Oct 2022 08:42:12 +0200 - add WebService::IdoitAPI->new() - add method request()