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

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.