Group
Extension

Matches 1

WebService-HipChat ( I/IR/IRONCAMEL/WebService-HipChat-0.2001.tar.gz, IRONCAMEL, 2019; MetaCPAN )
WebService-HipChat/lib/WebService/HipChat.pm ( view source; MetaCPAN )
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              

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.