e::Client';
our $VERSION = '0.2001'; # VERSION
use Carp qw(croak);
use MIME::Entity;
use JSON qw(encode_json);
has auth_token => ( is => 'ro', required => 1 );
has '+base_url' => ( default => 'htt
my $msg_json = encode_json({ message => $msg });
$Mime->attach(
Type => 'application/json',
Encoding => '7bit',
Data => $msg_json,
);
=head2 update_room
update_room($room, {
is_archived => JSON::false,
is_guest_accessible => JSON::false,
name => "Jokes",
owner