Group
Extension

Matches 1

Net-Twitch-API ( C/CL/CLIPLAND/Net-Twitch-API-0.11.tar.gz, CLIPLAND, 2022; MetaCPAN )
Net-Twitch-API/lib/Net/Twitch/API.pm ( view source; MetaCPAN )
tch::API;

use warnings;
use strict;

use WebService::Simple;
use base 'WebService::Simple';

use JSON ();

our $VERSION   = '0.11';

# overide our base modules WebService::Simple _agent() method with
	base_url        => 'https://api.twitch.tv/helix/', # needs a trailing slash
	response_parser => 'JSON',
);

# we wrap the underlying base's new() method to attach credentials (which are normally disc

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