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

NAME

Pithub::Response - Github v3 response object

VERSION

version 0.01003

ATTRIBUTES

request

The Pithub::Request object.

http_response

The HTTP::Response object. There are following delegate methods installed for convenience:

  • code: http_response->code

  • content: http_response->content

  • success: http_response->is_cuess

AUTHOR

Johannes Plunien <plu@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Johannes Plunien.

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