Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngerakines/githubby
https://github.com/ngerakines/githubby
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngerakines/githubby
- Owner: ngerakines
- Created: 2009-10-14T04:49:59.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-12-31T19:35:34.000Z (about 15 years ago)
- Last Synced: 2024-04-14T09:14:13.966Z (9 months ago)
- Language: Erlang
- Homepage:
- Size: 69.3 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# GitHubby
An erlang client for interacting with the GitHub API.
# Use
$ erl -boot start_sasl
1> inets:start().
...
2> githubby:user_info({"You", "Token"}, "ngerakines").
{struct, ...}
3> githubby:user_repos({"You", "Token"}, "ngerakines").
{struct, ...}
4> githubby:user_repos_commits({"You", "Token"}, "ngerakines", "githubby").
{struct, ...}# License
Copyright (c) 2009 Nick Gerakines
This project is open source under the terms of the MIT license.