WebService::Qiita::V2 - Qiita API(v2) Client
use WebService::Qiita::V2;
my $client = WebService::Qiita::V2->new;
$client->get_user_items('qiita'); # qiita's item list
$client->{token} = 'your access token';
$client->get_authenticated_user_items({ page => 1, per_page => 10 }); # your recently 10 items
WebService::Qiita::V2 is a client of Qiita API V2 for Perl. This module wrapped all Qiita API(not include deprecated).
API document: https://qiita.com/api/v2/docs
risou risou.f@gmail.com
Copyright (C) risou
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.