public-gists:通过用户名和 ID 获取公共 github 要点,无需身份验证

时间:2024-07-19 00:45:20
【文件属性】:

文件名称:public-gists:通过用户名和 ID 获取公共 github 要点,无需身份验证

文件大小:2KB

文件格式:ZIP

更新时间:2024-07-19 00:45:20

JavaScript

公共要点 通过用户名和 id 获取公共 github gist,无需身份验证警告:您可能会很快达到 API 上限,这主要用于实验 安装 通过 NPM 安装 npm install public-gists 需要它 var gists = require('public-gists'); 调用 API gists.getPublicGistsByUsername( 'wixo', function ( error, result ) { if ( error ) { throw new Error( 'There was an error', error ); } console.log( 'getPublicGistsByUsername: ', result ); } ); gists.getPublicGistById( 1, function ( error, re


【文件预览】:
public-gists-master
----.gitignore(12B)
----package.json(499B)
----index.js(2KB)
----README.md(701B)
----test()
--------index-test.js(457B)

网友评论