Skip to content

clipland/net-twitch-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helper methods for Twitch's "new" helix API

SYNOPSIS

use Net::Twitch::API;

my $api = Net::Twitch::API->new(
	access_token => 'your-token',
	client_id    => 'your-id',
	debug        => 1,
);

my $response = $api->getUsers({ login => 'twitchdev' });

DESCRIPTION

This module provides methods and helper wrappers to work with what Twitch "new" helix API.

Please note:

This here is only a short github placeholder README. More information about this module can be found in the POD embedded in source code. So, please hop over to cpan for the canonical documentation.

INSTALLATION

via CPAN (official releases):

sudo cpan -i Net::Twitch::API

from command-line (latest changes, if any):

wget https://github.com/clipland/net-twitch-api/archive/master.tar.gz
tar xvf master.tar.gz
cd net-twitch-api-main
perl Makefile.PL
make
make test
sudo make install

AUTHOR

Clipland GmbH, clipland.com

This module was developed for "Sendung verpasst? video search engine MediathekSuche.de.

COPYRIGHT & LICENSE

Copyright 2022 Clipland GmbH. All rights reserved.

This library is free software, dual-licensed under GPLv3/AL2. You can redistribute it and/or modify it under the same terms as Perl itself.

About

Helper methods for Twitch's "new" helix API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages