The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::NicoVideo::Content - The base class of content objects

SYNOPSIS

package Net::NicoVideo::Content::SomePage;
use parent 'Net::NicoVideo::Content';

DESCRIPTION

The base class of content objects.

A kind of contents correspond to one page.

SEE ALSO

Net::NicoVideo::Response