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::GitHub::V2::NoRepo - Base role for Net::GitHub::V2, no repo access

SYNOPSIS

    package Net::GitHub::V2::XXX;
    
    use Any::Moose;
    with 'Net::GitHub::V2::NoRepo';

DESCRIPTION

ATTRIBUTES

login
token

METHODS

ua

instance of WWW::Mechanize

json

instance of JSON::Any

get

handled by WWW::Mechanize

get_json_to_obj
get_json_to_obj_authed

AUTHOR

Fayland Lam, <fayland at gmail.com>

Chris Nehren apeiron@cpan.org refactored Net::GitHub::V2::Role to be smarter about requiring a repo.

COPYRIGHT & LICENSE

Copyright 2009 Fayland Lam, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.