红联Linux门户
Linux帮助

GitHub的Python开发包 githubpy

发布时间:2013-03-16 09:25:20来源:红联作者:empast
githubpy是专门为GitHub API编写的Python SDK。根据GitHub的API文档说明,就可以轻松调用API。

例如,获取issues列表的API说明如下:

GET /repos/:owner/:repo/issues

参数:

milestone:Integer Milestone number none for Issues with no Milestone.

state:open, closed, default: open

项目主页:http://michaelliao.github.com/githubpy/

来自:开源中国社区
文章评论

共有 0 条评论