warnings;
use Moo;
use Data::Dumper;
use LWP::UserAgent;
use HTTP::Request;
use MIME::Base64;
use JSON;
=head1 NAME
Kanboard::API - A Perl interface to the Kanboard API
=head1 VERSION
Version 0.01
username|jsonrpc', password => 'apikey', endpoint => 'https://yourkanboardinstance.com');
...
=head1 ATTRIBUTES
=head2 username
The username to use for authentication. Defaults to "jsonrpc".
=
is => 'ro', default => 'jsonrpc' );
=head2 password
The password to use for authentication.
=cut
has password => ( is => 'ro', required => 1 );
=head2 endpoint
The JSON RPC Endpoint of the Kanb