Group
Extension

Matches 1

WebService-Async-CustomerIO ( D/DE/DERIV/WebService-Async-CustomerIO-0.002.tar.gz, DERIV, 2023; MetaCPAN )
WebService-Async-CustomerIO/lib/WebService/Async/CustomerIO.pm ( view source; MetaCPAN )
se mro;
use Syntax::Keyword::Try;
use Future;
use Net::Async::HTTP;
use Carp            qw();
use JSON::MaybeUTF8 qw(:v1);
use URI::Escape;

use WebService::Async::CustomerIO::Customer;
use WebService
$self, $method, $uri, $data, $headers) = @_;

    my $body =
          $data             ? encode_json_utf8($data)
        : $method eq 'POST' ? q{}
        :                     undef;

    return $s
body ? ()
        : (
            content      => $body,
            content_type => 'application/json',
        ),
        headers => $headers // {},

    )->catch(
        sub {
            my ($cod

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