Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noteed/hgithub

Haskell bindings to the GitHub API
https://github.com/noteed/hgithub

Last synced: about 2 months ago
JSON representation

Haskell bindings to the GitHub API

Awesome Lists containing this project

README

        

# hgithub - Haskell bindings to the GitHub API

The library is in early stage. Currently only the following methods are
available:

- list your repositories (i.e. GET /user/repos)
- create a repository (i.e. POST /user/repos)

A command-line tool (also called `hgithub`) exposes the methods. It needs a
`github-username-password.txt` file in the current directory with your GitHub
username:password.