| Safe Haskell | None |
|---|
Github.Auth
Description
The Github auth data type
Documentation
data GithubAuth Source
user/password for HTTP basic access authentication
Constructors
| GithubBasicAuth ByteString ByteString | |
| GithubOAuth String |
Instances
github-0.11.1: Access to the Github API, v3.
| Safe Haskell | None |
|---|
Github.Auth
Description
The Github auth data type
data GithubAuth Source
user/password for HTTP basic access authentication
Constructors
| GithubBasicAuth ByteString ByteString | |
| GithubOAuth String |
Instances