AnyEvent-Mattermost
view release on metacpan or search on metacpan
lib/AnyEvent/Mattermost.pm view on Meta::CPAN
registry => {},
channels => {},
}, $class;
}
=head2 start
$mconn->start();
Opens the connection to the Mattermost server, authenticates the previously
provided account credentials and performs an initial data request for user,
team, and channel information.
Any errors encountered will croak() and the connection will be aborted.
=cut
sub start {
my ($self) = @_;
my $data = $self->_post('api/v3/users/login', {
( run in 0.235 second using v1.01-cache-2.11-cpan-4d50c553e7e )