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

NAME

GitHub::API::Repo::Keys - A list of a repository's hooks

VERSION

This document describes version 0.000000_03 of GitHub::API::Repo::Keys - released April 07, 2013 as part of GitHub-API.

DESCRIPTION

See http://developer.github.com/v3/repos/keys/.

METHODS

all()

Returns an array reference containing all the deploy keys associated with the repository.

create(...)

Adds a public key to the repository as a deploy key.

See the GitHub API reference for more information.

rm($id)

Given a key id, deletes said key from the repository's list of deploy keys.

SEE ALSO

Please see those modules/websites for more information related to this module.

SOURCE

The development version is on github at http://github.com/RsrchBoy/github-api and may be cloned from git://github.com/RsrchBoy/github-api.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/RsrchBoy/github-api/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Chris Weyl <cweyl@alumni.drew.edu>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by Chris Weyl.

This is free software, licensed under:

  The GNU Lesser General Public License, Version 2.1, February 1999