The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::ChatWorkApi::DataSet - isa dataset of Data class

SYNOPSIS

  use WebService::ChatWorkApi::DataSet::Me;
  my $ds = WebService::ChatWorkApi::DataSet::Me->new( dh => $ua );
  my $data = $ds->retrieve;

DESCRIPTION

This module provides a few methods to access the dataset, and has responsibility to make response to be data class.

TODO

No iteration class now. It may be needed.