/githubby

Primary LanguageErlang

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 nick@gerakines.net

This project is open source under the terms of the MIT license.