Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ngerakines/githubby


https://github.com/ngerakines/githubby

Last synced: 2 months ago
JSON representation

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.