https://github.com/ngerakines/githubby
https://github.com/ngerakines/githubby
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngerakines/githubby
- Owner: ngerakines
- Created: 2009-10-14T04:49:59.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-12-31T19:35:34.000Z (over 15 years ago)
- Last Synced: 2025-03-31T11:02:46.140Z (about 1 month ago)
- Language: Erlang
- Homepage:
- Size: 69.3 KB
- Stars: 5
- Watchers: 2
- 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.