github-0.22: Access to the GitHub API, v3.

LicenseBSD-3-Clause
MaintainerTodd Mohney <toddmohney@gmail.com>
Safe HaskellNone
LanguageHaskell2010

GitHub.Endpoints.Users.PublicSSHKeys

Contents

Description

The public keys API, as described at https://developer.github.com/v3/users/keys/

Synopsis

Querying public SSH keys

publicSSHKeys' :: Auth -> IO (Either Error (Vector PublicSSHKey)) Source #

Querying the authenticated users' public SSH keys

publicSSHKey' :: Auth -> Id PublicSSHKey -> IO (Either Error PublicSSHKey) Source #

Querying a public SSH key

Create

Delete