Net::GitHub::V3::ResultSet(3pm) | User Contributed Perl Documentation | Net::GitHub::V3::ResultSet(3pm) |
Net::GitHub::V3::ResultSet - GitHub query iteration helper
For use by the role Net::GitHub::V3::Query:
use Net::GitHub::V3::ResultSet; $result_set = Net::GitHub::V3::ResultSet->new( url => $url ); ...
Objects in this class store the current status of a GitHub query while the user iterates over individual items. This happens behind the scenes, users of Net::GitHub::V3 don't need to know about this class.
Each of the V3 submodules holds one of these objects for every different pageable query which it handles.
The attributes have the following function:
2022-10-08 | perl v5.34.0 |