servant-github-0.1.0.0: Bindings to GitHub API using servant.

Copyright(c) Finlay Thompson, 2015
LicenseBSD3
Maintainerfinlay.thompson@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Network.GitHub.Types

Description

Most of the types only parse part of the data availble in the return values from the GitHub API. These will be added to as required.

Synopsis

Documentation

type OrgLogin = Text Source

Primary identifier for an organisation is the login

type TeamId = Integer Source

Identifier for a team id

type MemberId = Integer Source

members are identified by ids

type RepositoryName = Text Source

repositories are identified by their name