文件名称:github-repos:查询用户有权访问的所有*存储库数据的 Github
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-29 00:09:38
JavaScript
Github 存储库 查询用户有权访问的所有*存储库数据的 。 安装 $ npm install @kgryte/github-repos 要在浏览器中使用,请使用 。 用法 var getRepos = require ( '@kgryte/github-repos' ) ; getRepos( token[, opts]) 创建一个新的实例,用于在中查询用户有权访问的所有*存储库数据。 var token = 'tkjorjk34ek3nj4!' ; var query = getRepos ( token ) ; query . on ( 'data' , onData ) ; function onData ( evt ) { console . log ( evt . data ) ; // returns [{...},{...},...] } 该func
【文件预览】:
github-repos-master
----.travis.yml(146B)
----bin()
--------usage.txt(277B)
--------opts.json(150B)
--------cli(3KB)
----.jshintignore(118B)
----package.json(2KB)
----test()
--------test.js(3KB)
----LICENSE(1KB)
----TODO.md(141B)
----.npmignore(498B)
----examples()
--------index.js(2KB)
----.gitignore(711B)
----lib()
--------index.js(2KB)
--------opts.json(258B)
----Makefile(2KB)
----README.md(6KB)
----.jshintrc(1KB)
----.editorconfig(169B)
----.gitattributes(12B)