node github graphql api:GitHub GraphQL API的节点客户端具有使用TypeScript创建的最小依赖项 源码
GitHub GraphQL API GitHub GraphQL API的节点客户端,使用TypeScript创建的依赖关系最少。 目录 简单查询 使用此软件包,您可以或多或少地从复制并粘贴查询和变量以获得即时结果。 import { GitHub } from 'github-graphql-api' ; const github = new GitHub ( { token : 'xxx' } ) github . query ( ` query { rateLimit { remaining } } ` ) . then ( console .
文件列表
node-github-graphql-api-master.zip
(预估有个34文件)
node-github-graphql-api-master
.gitignore
61B
tsconfig.json
840B
README.md
2KB
HISTORY.md
174B
tsconfig.jest.json
160B
.vscode
launch.json
574B
LICENSE
1KB
.gitattributes
66B
暂无评论