Pithub::Users - Github v3 Users API
Provides access to Pithub::Users::Emails.
Provides access to Pithub::Users::Followers.
Provides access to Pithub::Users::Keys.
- •
- Update the authenticated user
PATCH /user
Examples:
my $u = Pithub::Users->new( token => 'b3c62c6' );
my $result = $u->update( data => { email => 'plu@cpan.org' } );
Johannes Plunien <plu@cpan.org>
This software is copyright (c) 2011-2019 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.