Wrapper for github.com API written in Erlang.
The erlang-github-api project in very very early stage, it's only started to be developed.
make
Example for usage, Get gist description:
%
% get gist description
%
1> gist:get_gist_description(1).
["the meaning of gist"]
%
% get gist pull url
%
2> gist:get_gist_pull_url(1).
["git://gist.github.com/1.git"]
%
% get gist public or private
%
3> gist:is_public(1).
true
%
% create new gist
%
4> gist:create_gist("github_user_name", "password", "Description", true, "file.txt", "Gist content").
>>> ok
Issues - https://github.com/onlyshk/erlang-github-api
Fork erlang-github-api
Write some new features or fix bug
Test it
Pull request
License in LICENSE file
More info at kuleshovmail@gmail.com
20 commits
Erlang
100.0%
Wrapper for github.com API written in Erlang.
The erlang-github-api project in very very early stage, it's only started to be developed.
make
Example for usage, Get gist description:
%
% get gist description
%
1> gist:get_gist_description(1).
["the meaning of gist"]
%
% get gist pull url
%
2> gist:get_gist_pull_url(1).
["git://gist.github.com/1.git"]
%
% get gist public or private
%
3> gist:is_public(1).
true
%
% create new gist
%
4> gist:create_gist("github_user_name", "password", "Description", true, "file.txt", "Gist content").
>>> ok
Issues - https://github.com/onlyshk/erlang-github-api
Fork erlang-github-api
Write some new features or fix bug
Test it
Pull request
License in LICENSE file
More info at kuleshovmail@gmail.com
20 commits
Erlang
100.0%