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

LicenseBSD-3-Clause
MaintainerOleg Grenrus <oleg.grenrus@iki.fi>
Safe HaskellNone
LanguageHaskell2010

GitHub.Endpoints.Users.Emails

Description

The user emails API as described on http://developer.github.com/v3/users/emails/.

Synopsis

Documentation

currentUserEmails' :: Auth -> IO (Either Error (Vector Email)) Source #

List email addresses for the authenticated user.

currentUserEmails' (OAuth "token")

currentUserPublicEmails' :: Auth -> IO (Either Error (Vector Email)) Source #

List public email addresses for the authenticated user.

currentUserPublicEmails' (OAuth "token")