github-0.14.0: Access to the Github API, v3.

Safe HaskellNone
LanguageHaskell2010

Github.Data.Repos

Synopsis

Documentation

data RepoPublicity Source

Filter the list of the user's repos using any of these constructors.

Constructors

All

All repos accessible to the user.

Owner

Only repos owned by the user.

Public

Only public repos.

Private

Only private repos.

Member

Only repos to which the user is a member but not an owner.

data Language Source

A programming language with the name and number of characters written in it.

Constructors

Language !Text !Int