Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noteed/hgithub
- Owner: noteed
- License: other
- Created: 2012-03-31T20:39:43.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-22T15:49:09.000Z (over 12 years ago)
- Last Synced: 2024-04-23T15:40:55.500Z (9 months ago)
- Language: Haskell
- Homepage:
- Size: 97.7 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.