Group
Extension

Matches 1

Protocol-Notifo ( M/ME/MELO/Protocol-Notifo-0.004.tar.gz, MELO, 2010; MetaCPAN )
Protocol-Notifo/lib/Protocol/Notifo.pm ( view source; MetaCPAN )
uild requests for the notifo.com service

use strict;
use warnings;
use Carp 'confess';
use JSON 'decode_json';
use MIME::Base64 'encode_base64';
use File::HomeDir;
use File::Spec::Functions qw( catfi
$self;
}


sub parse_response {
  my ($self, %args) = @_;

  my $res = {};
  eval { $res = decode_json(delete $args{http_body}) };
  if ($@) {
    $res->{status}           = 'error';
    $res->{respon

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